You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce technical debt of code duplication in automated tests (#69)
* makefile refactor for help. Cleanup. Seeing a panic
* group host inventory job test refactoring
lint
* refactoring: group host inventory job test. Makefile Adjustments
* remove changes to client.go and other review comments.
Co-authored-by: Dan Leehr <[email protected]>
---------
Co-authored-by: Dan Leehr <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,13 @@ Acceptance tests apply test terraform configurations to a running AAP instance a
44
44
45
45
To run acceptance tests locally, start a local AAP instance following the [docker-compose instructions for local AWX development](https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md). Create an admin user for the AAP instance and save the credentials to these environment variables:
46
46
47
+
Create an admin user for the AAP instance and set the following environment variables:
48
+
47
49
```bash
48
50
export AAP_USERNAME=<your admin username>
49
51
export AAP_PASSWORD=<your admin password>
52
+
export AAP_INSECURE_SKIP_VERIFY=true
53
+
export AAP_HOST=<your aap instance host url># "http://localhost:9080" or "https://localhost:8043"
50
54
```
51
55
52
56
In order to run the acceptance tests for the job resource, you must have a working job template already in your AAP instance. The job template must be set to require an inventory on launch. Export the id of this job template:
0 commit comments