add setup step for org lookup check

This commit is contained in:
Jake McDermott
2018-02-25 15:12:56 -05:00
parent 01a8b2771a
commit c786736688
2 changed files with 22 additions and 16 deletions

View File

@@ -4,7 +4,6 @@
docker exec -i tools_awx_1 sh <<-EOSH
awx-manage createsuperuser --noinput --username=awx-e2e --email=null@ansible.com
awx-manage update_password --username=awx-e2e --password=password
make --directory=/awx_devel DATA_GEN_PRESET=e2e bulk_data
EOSH
# run all of the tests with a live browser