diff options
author | Tommy Carpenter <tommy@research.att.com> | 2019-04-23 10:24:08 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2019-04-23 10:43:11 -0400 |
commit | 908088a44ecd1bd364ab73cac073b89c92b187f0 (patch) | |
tree | 13fcf3a533638d9755e62688041cd8ebbe74da2a /onap-dcae-cbs-docker-client/tox-local.ini | |
parent | 3774d36e76ec5cca17ae2588e65e2a990a32ad87 (diff) |
Do not hardcode CBS name4.0.0-ONAPdublin
Change-Id: I80dd0d74368528b161a37a597d07c3de242b1e3e
Issue-ID: DCAEGEN2-1450
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'onap-dcae-cbs-docker-client/tox-local.ini')
-rw-r--r-- | onap-dcae-cbs-docker-client/tox-local.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onap-dcae-cbs-docker-client/tox-local.ini b/onap-dcae-cbs-docker-client/tox-local.ini index 8e48932..7faf386 100644 --- a/onap-dcae-cbs-docker-client/tox-local.ini +++ b/onap-dcae-cbs-docker-client/tox-local.ini @@ -9,6 +9,7 @@ deps= setenv = CONSUL_HOST = consuldotcom HOSTNAME = mybestfrienddotcom + CONFIG_BINDING_SERVICE = config_binding_service commands=pytest --cov {envsitepackagesdir}/onap_dcae_cbs_docker_client --cov-report html [testenv:flake8] |