From 2079ed68fd1bf1356f83486803a242d689c90f70 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 23 Oct 2019 23:20:02 +0200 Subject: Publish functest-cntt-smoke MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 1456f68e90103afab958ae8a305c840e6fa29cf7) --- .travis.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4f301de34..83febe783 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,6 +148,24 @@ jobs: - amd64_dirs="" - arm64_dirs="" - arm_dirs="docker/vnf" + - script: sudo -E bash build.sh + env: + - REPO="${DOCKER_USERNAME}" + - amd64_dirs="docker/smoke-cntt" + - arm64_dirs="" + - arm_dirs="" + - script: sudo -E bash build.sh + env: + - REPO="${DOCKER_USERNAME}" + - amd64_dirs="" + - arm64_dirs="docker/smoke-cntt" + - arm_dirs="" + - script: sudo -E bash build.sh + env: + - REPO="${DOCKER_USERNAME}" + - amd64_dirs="" + - arm64_dirs="" + - arm_dirs="docker/smoke-cntt" - stage: publish all manifests script: > sudo manifest-tool push from-args \ @@ -169,3 +187,8 @@ jobs: --platforms linux/amd64,linux/arm,linux/arm64 \ --template ${DOCKER_USERNAME}/functest-vnf:ARCH-iruya \ --target ${DOCKER_USERNAME}/functest-vnf:iruya + - script: > + sudo manifest-tool push from-args \ + --platforms linux/amd64,linux/arm,linux/arm64 \ + --template ${DOCKER_USERNAME}/functest-smoke-cntt:ARCH-iruya \ + --target ${DOCKER_USERNAME}/functest-smoke-cntt:iruya -- cgit 1.2.3-korg