aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
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 /build.sh
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 'build.sh')
-rw-r--r--build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 9e5a9d3c3..a47790f49 100644
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,8 @@ docker/core \
docker/tempest \
docker/healthcheck \
docker/smoke \
-docker/benchmarking"}
+docker/benchmarking \
+docker/smoke-cntt"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")