Merging port pool and namespace gates

Removing port pool gate
Adding port pool configuration to the namespace gate

Change-Id: I106886d42b58f2ded32d5380cd5b2134d124fc9a
This commit is contained in:
Genadi Chereshnya 2018-10-10 11:16:07 +03:00
parent 3d1a37f7b8
commit a85a02744e
2 changed files with 7 additions and 18 deletions

View File

@ -122,15 +122,18 @@
voting: false
- job:
name: kuryr-kubernetes-tempest-daemon-containerized-octavia-namespace
name: kuryr-kubernetes-tempest-daemon-containerized-octavia-pools-namespace
description: |
Tempest with Octavia, CNI daemon, containers and namespace subnet driver
Tempest with Octavia, CNI daemon, containers, port pools and namespace subnet driver
parent: kuryr-kubernetes-tempest-daemon-containerized-octavia
vars:
devstack_localrc:
KURYR_SUBNET_DRIVER: namespace
KURYR_SG_DRIVER: namespace
KURYR_ENABLED_HANDLERS: vif,lb,lbaasspec,namespace
KURYR_USE_PORT_POOLS: true
KURYR_POD_VIF_DRIVER: neutron-vif
KURYR_VIF_POOL_DRIVER: neutron
- job:
name: kuryr-kubernetes-tempest-daemon-containerized-octavia-network-policy
@ -148,7 +151,7 @@
description: |
Tempest with Octavia, CNI daemon, containers and namespace subnet driver
with Kuryr running on Python3.6 containers
parent: kuryr-kubernetes-tempest-daemon-containerized-octavia-namespace
parent: kuryr-kubernetes-tempest-daemon-containerized-octavia-pools-namespace
vars:
devstack_localrc:
KURYR_CONTAINERS_USE_PY3: True
@ -171,19 +174,6 @@
KURYR_K8S_SERIAL_TESTS: True
tempest_concurrency: 1
- job:
name: kuryr-kubernetes-tempest-daemon-pools-octavia
parent: kuryr-kubernetes-tempest-daemon-octavia
description: |
Kuryr-Kubernetes tempest job using port-pool feature
vars:
tempest_test_regex: '^(kuryr_tempest_plugin.tests.scenario.test_port_pool.TestPortPoolScenario.test_port_pool)'
devstack_localrc:
KURYR_USE_PORT_POOLS: true
KURYR_POD_VIF_DRIVER: neutron-vif
KURYR_VIF_POOL_DRIVER: neutron
KURYR_K8S_SERIAL_TESTS: True
tempest_concurrency: 1
- job:
name: kuryr-kubernetes-tempest-daemon-openshift-octavia-ingress

View File

@ -44,9 +44,8 @@
jobs:
- kuryr-kubernetes-tempest-dragonflow
- kuryr-kubernetes-tempest-daemon-containerized-openshift-octavia
- kuryr-kubernetes-tempest-daemon-pools-octavia
- kuryr-kubernetes-tempest-daemon-containerized-octavia-l2
- kuryr-kubernetes-tempest-daemon-containerized-octavia-namespace
- kuryr-kubernetes-tempest-daemon-containerized-octavia-pools-namespace
- kuryr-kubernetes-tempest-daemon-containerized-octavia-network-policy
- kuryr-kubernetes-tempest-daemon-octavia-py36
- kuryr-kubernetes-tempest-daemon-containerized-octavia-py36