Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion testsuite/azure-arc-conformance.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ global.TENANT_ID=
global.RESOURCE_GROUP=
global.CLIENT_ID=
global.CLIENT_SECRET=
global.LOCATION=
global.OBJECT_ID=

# Set below azure-arc-flux.enable to true if you want to run the conformance tests for azure-arc-flux plugin.
azure-arc-flux.enable=false

# azure-arc-platform plugin configurations
azure-arc-platform.enable=true
Expand Down Expand Up @@ -74,4 +79,4 @@ azure-arc-agent-cleanup.enable=true
# Please pass atleast 6000 seconds for data services with direct connect mode
azure-arc-agent-cleanup.CLEANUP_TIMEOUT=6000
# plugins configuration ends
# end of file
# end of file
14 changes: 14 additions & 0 deletions testsuite/conformance-test-plugins/azure-arc-flux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sonobuoy-config:
driver: Job
plugin-name: azure-arc-flux
result-format: junit
spec:
image: azurearcfork8sdev.azurecr.io/microsoft-flux-conformance:0.1.5
name: plugin
resources: {}
volumes:
- name: results
emptyDir: {}
volumeMounts:
- mountPath: /tmp/results
name: results