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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,7 @@ Create an admin user for the AAP instance and set the following environment vari
50
50
export AAP_USERNAME=<your admin username>
51
51
export AAP_PASSWORD=<your admin password>
52
52
export AAP_INSECURE_SKIP_VERIFY=true
53
-
export AAP_HOST="http://localhost:9080"# per development environment
54
-
export AAP_HOST="https://localhost:8043"# or this...
53
+
export AAP_HOST=<your aap instance host url># "http://localhost:9080" or "https://localhost:8043"
55
54
```
56
55
57
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