Skip to content

Commit c8b3ebd

Browse files
committed
remove reference to private repo from readme file
1 parent 867c85e commit c8b3ebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Run `make test`
4242

4343
Acceptance tests apply test terraform configurations to a running AAP instance and make changes to resources in that instance, use with caution!
4444

45-
To run acceptance tests locally, start a local AAP instance following the [The AAP development environment](https://github.com/ansible/aap-dev/blob/main/README.md). Create an admin user for the AAP instance and save the credentials to these environment variables:
45+
To run acceptance tests locally, you will need a running instance of Ansible Automation Platform (AAP). You can either use an existing instance or deploy a local test environment using any supported method (e.g., containerized or VM-based deployment from official Red Hat resources).
46+
47+
Create an admin user for the AAP instance and set the following environment variables:
4648

4749
```bash
4850
export AAP_USERNAME=<your admin username>

0 commit comments

Comments
 (0)