Move integration tests to k8s 98/298/2
authorTommy Carpenter <tommy@research.att.com>
Tue, 11 Jun 2019 13:10:23 +0000 (09:10 -0400)
committerTommy Carpenter <tommy@research.att.com>
Tue, 11 Jun 2019 17:17:16 +0000 (13:17 -0400)
commit09edf28fd47faf808e053d6ede06315c3926fa45
tree7bba740346f1d61d024dc1a572e1a23c83622c18
parente530c9a02789f83907e3044ae467711b7d5de863
Move integration tests to k8s

Change-Id: Ia78a484e9f9eea4ace1ef6fa0d8075b872b8f83b
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
35 files changed:
.gitignore
docs/developer-guide.rst
docs/index.rst
integration_tests/a1mediator/.helmignore [moved from a1mediator/.helmignore with 100% similarity]
integration_tests/a1mediator/Chart.yaml [moved from a1mediator/Chart.yaml with 100% similarity]
integration_tests/a1mediator/files/ricmanifest.json [moved from a1mediator/files/ricmanifest.json with 100% similarity]
integration_tests/a1mediator/files/rmr_string_int_mapping.txt [moved from a1mediator/files/rmr_string_int_mapping.txt with 100% similarity]
integration_tests/a1mediator/templates/_helpers.tpl [moved from a1mediator/templates/_helpers.tpl with 100% similarity]
integration_tests/a1mediator/templates/config.yaml [moved from a1mediator/templates/config.yaml with 83% similarity]
integration_tests/a1mediator/templates/deployment.yaml [moved from a1mediator/templates/deployment.yaml with 100% similarity]
integration_tests/a1mediator/templates/helper.yaml [moved from a1mediator/templates/helper.yaml with 100% similarity]
integration_tests/a1mediator/templates/ingress.yaml [moved from a1mediator/templates/ingress.yaml with 100% similarity]
integration_tests/a1mediator/templates/secrets.yaml [moved from a1mediator/templates/secrets.yaml with 100% similarity]
integration_tests/a1mediator/templates/service.yaml [moved from a1mediator/templates/service.yaml with 100% similarity]
integration_tests/a1mediator/templates/tests/test-connection.yaml [moved from a1mediator/templates/tests/test-connection.yaml with 100% similarity]
integration_tests/a1mediator/values.yaml [moved from a1mediator/values.yaml with 95% similarity]
integration_tests/delayreceiver/.helmignore [new file with mode: 0644]
integration_tests/delayreceiver/Chart.yaml [new file with mode: 0644]
integration_tests/delayreceiver/templates/_helpers.tpl [new file with mode: 0644]
integration_tests/delayreceiver/templates/config.yaml [new file with mode: 0644]
integration_tests/delayreceiver/templates/deployment.yaml [new file with mode: 0644]
integration_tests/delayreceiver/templates/service.yaml [new file with mode: 0644]
integration_tests/delayreceiver/values.yaml [new file with mode: 0644]
integration_tests/docker-compose-only-tests.yml [deleted file]
integration_tests/docker-compose.yml [deleted file]
integration_tests/portforward.sh [new file with mode: 0755]
integration_tests/test_docker.rt [deleted file]
integration_tests/testreceiver/.helmignore [new file with mode: 0644]
integration_tests/testreceiver/Chart.yaml [new file with mode: 0644]
integration_tests/testreceiver/templates/_helpers.tpl [new file with mode: 0644]
integration_tests/testreceiver/templates/config.yaml [new file with mode: 0644]
integration_tests/testreceiver/templates/deployment.yaml [new file with mode: 0644]
integration_tests/testreceiver/templates/service.yaml [new file with mode: 0644]
integration_tests/testreceiver/values.yaml [new file with mode: 0644]
tox-integration.ini