Skip to content

Commit 5cf7a54

Browse files
author
scrungus
committed
new magnum tempestt tests + config
1 parent 5d3cb15 commit 5cf7a54

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.automation.conf/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
3030

3131
if [[ "$KAYOBE_ENVIRONMENT" =~ "ci-capi-aio" ]]; then
3232
export TEMPEST_CONCURRENCY=1
33-
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=octavia-ovn
33+
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=magnum
3434
fi
3535

3636
fi
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
magnum_tempest_plugin.tests.api.v1.test_cluster.ClusterTest.test_create_list_sign_delete_clusters[id-44158a8c-a856-11e9-9382-00224d6b7bc1,positive,slow]
2+
octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_tcp_source_ip_port_listener_CRUD[id-6211f8ad-622d-404d-b199-8c2eb55ab340]
3+
octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_udp_source_ip_port_listener_CRUD[id-3f9a2de9-5012-437d-a907-a25e1f68ccfb]

.automation.conf/tempest/tempest-ci-capi-aio.overrides.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
tempest_roles= creator, member, load-balancer_admin
33

44
[magnum]
5-
image_id = ubuntu-2004-kube-v1.25.5
6-
nic_id = public
5+
image_id = ubuntu-2004-kube-v1.26.3
6+
nic_id = public1
77
keypair_id = default
88
flavor_id = ds2G20
99
master_flavor_id = ds2G20
10-
labels = kube_tag:v1.25.5
11-
cluster_creation_timeout = 5
10+
labels = kube_tag:v1.26.3,octavia_provider:ovn,dns_nameserver:8.8.8.8
11+
cluster_creation_timeout = 15
1212
network_driver = flannel
1313
copy_logs = true
1414

@@ -32,4 +32,4 @@ not_implemented_is_error = False
3232
; flavor_ref = 1
3333

3434
[validation]
35-
ssh_timeout = 900
35+
ssh_timeout = 900

0 commit comments

Comments
 (0)