Create a new pytest folder for live system testing with normal services (#15688)

* PoC for running dev env tests

* Replace in github actions

* Try non interactive

* Move folder to better location

* Further streamlining of new test folders

* Consolidate fixture, add writeup docs

* Use star import

* Push the wait-for-job to the conftest
This commit is contained in:
Alan Rominger
2024-12-06 09:20:26 -05:00
committed by GitHub
parent 698a8aeb62
commit 1a35775c25
8 changed files with 105 additions and 62 deletions

View File

@@ -139,8 +139,8 @@ jobs:
build-ui: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run smoke test
run: ansible-playbook tools/docker-compose/ansible/smoke-test.yml -v
- name: Run live dev env tests
run: docker exec tools_awx_1 /bin/bash -c "make live_test"
awx-operator:
runs-on: ubuntu-latest