summaryrefslogtreecommitdiffstats
path: root/k8s/tox.ini
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-04-20 13:25:47 -0400
committerJack Lucas <jflucas@research.att.com>2020-04-29 17:14:22 -0400
commit05e95de3b9736160b4229232903e86706fb782e1 (patch)
treeef75fbbcbaaae247e82c27b5572e1c6ec68f4865 /k8s/tox.ini
parent09bcbb3faba0a92c1bdb5d9e1a1ee6826ef5fda2 (diff)
Remove ContainerizedPlatformContainer from types
Also allow environment variables to specified via docker_config Issue-ID: DCAEGEN2-1791 Issue-ID: DCAEGEN2-2215 Change-Id: If6b3b206856031d3c2aa3a5f787c1be30bdc4afd Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/tox.ini')
-rw-r--r--k8s/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/tox.ini b/k8s/tox.ini
index 24fb8d5..5b750e3 100644
--- a/k8s/tox.ini
+++ b/k8s/tox.ini
@@ -13,7 +13,7 @@ deps=
pytest-cov
commands=
coverage erase
- pytest --junitxml xunit-results.{envname}.xml --cov configure --cov k8sclient --cov k8splugin --cov msb
+ pytest --junitxml xunit-results.{envname}.xml --cov configure --cov k8sclient --cov k8splugin
[testenv:cov]
skip_install = true