diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-03-01 10:36:20 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-03-01 13:12:36 +0800 |
commit | 46b3aa5c929bdce4526b13dda59e0787c81bdf3d (patch) | |
tree | 6d928bc7387477777230595a23df82f55bf87497 /tests/ci/compute/docker-compose.yaml | |
parent | c29e36280713aa232a19e0d3612bae0948601837 (diff) |
bugfix about sut
1. currently experimental job only runs against vnf
2. bugfix: for qtip Renaming a container with the
same name as its current name
3. update quickstart.sh usage
Change-Id: I363fcfdb4199b3ddc408fdf3c54b11cdf62fa728
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tests/ci/compute/docker-compose.yaml')
-rw-r--r-- | tests/ci/compute/docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/compute/docker-compose.yaml b/tests/ci/compute/docker-compose.yaml index 712c9c54..b6bdf13d 100644 --- a/tests/ci/compute/docker-compose.yaml +++ b/tests/ci/compute/docker-compose.yaml @@ -11,7 +11,7 @@ version: '2' services: qtip: - container_name: compute_qtip + container_name: compute_qtip_${SUT} image: opnfv/qtip:${DOCKER_TAG} env_file: ${ENV_FILE} volumes: |