Skip to content

Commit

Permalink
refactor agent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Oct 7, 2024
1 parent 3fe4a79 commit c3c296d
Show file tree
Hide file tree
Showing 85 changed files with 69 additions and 11,655 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ rules:
- apiGroups: ["dp.wso2.com"]
resources: ["gqlroutes/status"]
verbs: ["get","patch","update"]
- apiGroups: [ "dp.wso2.com" ]
resources: [ "aiproviders" ]
verbs: [ "get","list","watch","update","delete","create" ]
- apiGroups: [ "dp.wso2.com" ]
resources: [ "aiproviders/status" ]
verbs: [ "get","patch","update" ]
- apiGroups: [ "dp.wso2.com" ]
resources: [ "aiproviders/finalizers" ]
verbs: [ "update" ]
- apiGroups: ["dp.wso2.com"]
resources: ["aiproviders"]
verbs: ["get","list","watch","update","delete","create"]
- apiGroups: ["dp.wso2.com"]
resources: ["aiproviders/status"]
verbs: ["get","patch","update"]
- apiGroups: ["dp.wso2.com"]
resources: ["aiproviders/finalizers"]
verbs: ["update"]
- apiGroups: ["dp.wso2.com"]
resources: ["airatelimitpolicies"]
verbs: ["get","list","watch","update","delete","create"]
Expand Down
9 changes: 0 additions & 9 deletions test/apim-apk-agent-test/cucumber-tests/.gitattributes

This file was deleted.

5 changes: 0 additions & 5 deletions test/apim-apk-agent-test/cucumber-tests/.gitignore

This file was deleted.

Loading

0 comments on commit c3c296d

Please sign in to comment.