Repair A1 integration tests 54/3454/7
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 24 Apr 2020 15:52:42 +0000 (11:52 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 27 Apr 2020 17:42:22 +0000 (13:42 -0400)
commit75d92b757580f01bacdb745c1a1afc17f8a6f913
tree0f81d695ebc359a607f91a11cbb21ece96ee9862
parent14d016e5551fdc203770dd8f4eac4724152e4848
Repair A1 integration tests

Correct COPY command in Dockerfiles to get all files for RMR, not just one.
Pin the version of tavern to 0.34.0, because the latest (1.0.0) changed
the required format of the test-spec file and rejects this one.
Add delay before test AC policy status get to increase chance of success.
Adjust tox ini file for shell-script path and to be a bit more verbose.
Bump version in the a1 chart to 2.1.7.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I96dc018aa80e6bfcbf9c28068129e6cca1611d15
14 files changed:
docs/developer-guide.rst
integration_tests/a1mediator/Chart.yaml
integration_tests/dbaas-service/templates/deployment.yaml
integration_tests/portforward.sh
integration_tests/test_a1.tavern.yaml
integration_tests/testxappcode/Dockerfile-delay-receiver [changed mode: 0755->0644]
integration_tests/testxappcode/Dockerfile-query-receiver [changed mode: 0755->0644]
integration_tests/testxappcode/Dockerfile-test-receiver [changed mode: 0755->0644]
integration_tests/testxappcode/delay-config-file.yaml [changed mode: 0755->0644]
integration_tests/testxappcode/go.mod [changed mode: 0755->0644]
integration_tests/testxappcode/query-config-file.yaml [changed mode: 0755->0644]
integration_tests/testxappcode/receiver.go [changed mode: 0755->0644]
integration_tests/testxappcode/test-config-file.yaml [changed mode: 0755->0644]
tox-integration.ini