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:27:42 +0100
commit610ce4634e454a2295dbb957cf10b9d7e4a1d928 (patch)
treedce0f99d94ba316219bfe982ab2b448b7ab960c0 /build.sh
parentbd5887fac0bcdfa586b5e9727bad0a7efb5c5ac1 (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 - rbac-security-groups - floatingip-pools 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 ce6f9deea..2cd00fa3f 100644
--- a/build.sh
+++ b/build.sh
@@ -17,7 +17,8 @@ docker/tempest \
docker/healthcheck \
docker/smoke \
docker/benchmarking \
-docker/features"}
+docker/features \
+docker/smoke-cntt"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")