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 4, 2024
1 parent 66f12ef commit 1593d60
Show file tree
Hide file tree
Showing 83 changed files with 15 additions and 11,649 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 1593d60

Please sign in to comment.