From ad1f6418a1c92f0374d600d2e355e6ce79814330 Mon Sep 17 00:00:00 2001 From: scrungus Date: Tue, 16 May 2023 14:48:44 +0000 Subject: [PATCH] octavia tempest stuff --- .automation | 2 +- .../tempest/load-lists/octavia-ovn | 4 +- .../tempest-ci-capi-aio.overrides.conf | 40 ++++++++++++++----- 3 files changed, 34 insertions(+), 12 deletions(-) diff --git a/.automation b/.automation index 806a601c3..aecf2b975 160000 --- a/.automation +++ b/.automation @@ -1 +1 @@ -Subproject commit 806a601c33f6975aaa3f9eef1c5ea96074964f6d +Subproject commit aecf2b975741dfd6dddb8b09b6102e41d9014238 diff --git a/.automation.conf/tempest/load-lists/octavia-ovn b/.automation.conf/tempest/load-lists/octavia-ovn index c6c530091..ce12d6a3a 100644 --- a/.automation.conf/tempest/load-lists/octavia-ovn +++ b/.automation.conf/tempest/load-lists/octavia-ovn @@ -1,2 +1,2 @@ -octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_http_source_ip_port_listener_CRUD[id-807a421e-5e99-4556-b0eb-512d39b25eac] - +octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_tcp_source_ip_port_listener_CRUD[id-6211f8ad-622d-404d-b199-8c2eb55ab340] +octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_udp_source_ip_port_listener_CRUD[id-3f9a2de9-5012-437d-a907-a25e1f68ccfb] \ No newline at end of file diff --git a/.automation.conf/tempest/tempest-ci-capi-aio.overrides.conf b/.automation.conf/tempest/tempest-ci-capi-aio.overrides.conf index 52750c061..50d8778ab 100644 --- a/.automation.conf/tempest/tempest-ci-capi-aio.overrides.conf +++ b/.automation.conf/tempest/tempest-ci-capi-aio.overrides.conf @@ -2,12 +2,34 @@ tempest_roles= creator, member, load-balancer_admin [magnum] -image_id= ubuntu-2004-kube-v1.25.5 -nic_id= public -keypair_id= default -flavor_id= ds2G20 -master_flavor_id= ds2G20 -labels= kube_tag:v1.25.5 -cluster_creation_timeout= 5 -network_driver= flannel -copy_logs= true \ No newline at end of file +image_id = ubuntu-2004-kube-v1.25.5 +nic_id = public +keypair_id = default +flavor_id = ds2G20 +master_flavor_id = ds2G20 +labels = kube_tag:v1.25.5 +cluster_creation_timeout = 5 +network_driver = flannel +copy_logs = true + +[load_balancer] +provider = ovn +default_router = demo-router +enable_security_groups = True +enabled_provider_drivers = 'ovn:OVN provider driver' +test_sctp_protocol = True +check_timeout = 900 + +[loadbalancer-feature-enabled] +health_monitor_enabled = True +pool_algorithms_enabled = False +l7_protocol_enabled = False +l4_protocol = "TCP" +session_persistence_enabled = False +not_implemented_is_error = False + +; [compute] +; flavor_ref = 1 + +[validation] +ssh_timeout = 900 \ No newline at end of file