aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-23 23:20:02 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-09 23:04:17 +0100
commit2079ed68fd1bf1356f83486803a242d689c90f70 (patch)
tree0c5ba12fdca020f4fc490e45ca4764456a86ed44 /docker/smoke-cntt/Dockerfile
parentce8636d3f1ea3cae751c9d71223c1b65b2d8cc13 (diff)
Publish functest-cntt-smoke
It tunes neutron-tempest-plugin-api to avoid skipping any test (conformance as expected by CNTT). Until CNTT clearly defines the optional and mandatory neutron extensions, it selects the OpenStack and Functest gate values as default. The next Neutron extensions are considered as optional (still verified by functest-smoke): - logging - network-segment-range - port-resource-request - qos - trunk - metering - uplink-status-propagation - dns-domain-ports - dns-integration - router-interface-fip The next tests (tempest_full, tempest_slow, tempest_scenario, etc.) will be updated in next changes. Change-Id: I003d1e509cd6dc7bd58261f27676fb53cb79e68c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 1456f68e90103afab958ae8a305c840e6fa29cf7)
Diffstat (limited to 'docker/smoke-cntt/Dockerfile')
-rw-r--r--docker/smoke-cntt/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/smoke-cntt/Dockerfile b/docker/smoke-cntt/Dockerfile
new file mode 100644
index 000000000..1fa944030
--- /dev/null
+++ b/docker/smoke-cntt/Dockerfile
@@ -0,0 +1,4 @@
+FROM opnfv/functest-smoke
+
+COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
+CMD ["run_tests", "-t", "all"]