1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
awx/tools/docker-compose/unit-tests
Matthew Jones 3a8bacb8ef
Add an initial check and gate job configuration for zuul
Updates for running ui tests and linters
2018-10-05 13:39:59 -04:00
..
collect_shippable_results.py collect unit test results for shippable 2017-11-02 01:22:07 -04:00
docker-compose-shippable.yml only run shippable UI for devel and release branches 2017-08-18 14:21:48 -04:00
docker-compose.yml run ansible tests separately 2018-04-16 10:32:51 -04:00
Dockerfile fix broken shippable test suite 2017-09-06 16:12:43 -07:00
entrypoint.sh Add an initial check and gate job configuration for zuul 2018-10-05 13:39:59 -04:00
README.md Add instructions to rebuild unit test container 2016-09-20 09:56:19 -04:00

Run from the root of the repo:

$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml run unit-tests

This will start the container, install the dependencies, and run the unit tests.

To rebuild:

$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml build

If you just want to pop into a shell and poke around, run:

$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml run unit-tests bash

If you run into any weirdness, it's probably a good idea to just give up and make clean.