File tree Expand file tree Collapse file tree
awx/main/tests/data/inventory/plugins/controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COLLECTION_SANITY_ARGS ?= --docker
2020# collection unit testing directories
2121COLLECTION_TEST_DIRS ?= awx_collection/test/awx
2222# pytest added args to collect coverage
23- COVERAGE_ARGS ?= --cov=awx --cov-report=xml --junitxml=reports/junit.xml --no-cov-on-fail
23+ COVERAGE_ARGS ?= --cov=awx --cov-report=xml --junitxml=reports/junit.xml
2424# pytest test directories
2525TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests
2626# pytest args to run tests in parallel
Original file line number Diff line number Diff line change 88 "CONTROLLER_PASSWORD" : " fooo" ,
99 "CONTROLLER_USERNAME" : " fooo" ,
1010 "CONTROLLER_OAUTH_TOKEN" : " " ,
11- "CONTROLLER_VERIFY_SSL" : " False"
11+ "CONTROLLER_VERIFY_SSL" : " False" ,
12+ "AAP_HOSTNAME" : " https://foo.invalid" ,
13+ "AAP_PASSWORD" : " fooo" ,
14+ "AAP_USERNAME" : " fooo" ,
15+ "AAP_VALIDATE_CERTS" : " False" ,
16+ "CONTROLLER_REQUEST_TIMEOUT" : " fooo" ,
17+ "AAP_REQUEST_TIMEOUT" : " fooo" ,
18+ "AAP_TOKEN" : " "
1219}
You can’t perform that action at this time.
0 commit comments