summaryrefslogtreecommitdiffstats
path: root/jjb/airship/airship.yaml
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2020-11-19 10:13:14 -0800
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-20 08:55:55 +0100
commitc79a7a475d731c6198ddd709c3fd07e1bab69b9f (patch)
treed4c68968b72c53660efe2199bda17dc53b5bacba /jjb/airship/airship.yaml
parente81d560ae8cf6476c991a9d33291419b76a52ea9 (diff)
Updated functest configuration for Airship 1.8 OVS-DPDK deployment
Updated "airship-run-containers" configuration for OVS_DPDK deploment Change-Id: I46dcccd680ed4ae1e48262187eda0929ef484d49 Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'jjb/airship/airship.yaml')
-rw-r--r--jjb/airship/airship.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml
index f36e074eb..7a94a465e 100644
--- a/jjb/airship/airship.yaml
+++ b/jjb/airship/airship.yaml
@@ -79,7 +79,7 @@
else
image={repo}:{port}/{container}:{functest_tag}
fi
- sudo docker run --rm \
+ sudo docker run --rm --dns 172.17.0.2 \
-e S3_ENDPOINT_URL=https://storage.googleapis.com \
-e S3_DST_URL=s3://artifacts.opnfv.org/airship/$BUILD_TAG/$JOB_NAME-$BUILD_ID \
-e HTTP_DST_URL=http://artifacts.opnfv.org/airship/$BUILD_TAG/$JOB_NAME-$BUILD_ID \
@@ -92,13 +92,14 @@
-v /home/opnfv/functest/.boto:/root/.boto \
-e DEBUG=$DEBUG \
-e EXTERNAL_NETWORK=$EXTERNAL_NETWORK \
- -e DEPLOY_SCENARIO=os-nosdn-nofeature-ha \
+ -e DEPLOY_SCENARIO=ovs \
+ -e FLAVOR_EXTRA_SPECS=hw:mem_page_size:large \
+ -e NEW_USER_ROLE=_member_ \
+ -e NO_TENANT_NETWORK=true \
-v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \
-v /home/opnfv/functest/images:/home/opnfv/functest/images \
- -v /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python2.7/\
+ -v /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python3.6/\
site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \
- -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python2.7/\
- site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \
$image run_tests -t {test} -r -p
- builder: