Skip to content

Commit 1ecd170

Browse files
committed
Fix failing api-test
1 parent 873e6a0 commit 1ecd170

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COLLECTION_SANITY_ARGS ?= --docker
2020
# collection unit testing directories
2121
COLLECTION_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
2525
TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests
2626
# pytest args to run tests in parallel

awx/main/tests/data/inventory/plugins/controller/env.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
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
}

0 commit comments

Comments
 (0)