@ -46,7 +46,7 @@ class TestLvsCfg(base.TestCase):
" persistence_timeout 33 \n "
" persistence_granularity 255.255.0.0 \n "
" delay_loop 30 \n "
" delay_before_retry 31 \n "
" delay_before_retry 30 \n "
" retry 3 \n \n \n "
" # Configuration for Pool sample_pool_id_1 \n "
" # Configuration for HealthMonitor sample_monitor_id_1 \n "
@ -54,24 +54,20 @@ class TestLvsCfg(base.TestCase):
" real_server 10.0.0.99 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 10.0.0.99 82 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" # Configuration for Member sample_member_id_2 \n "
" real_server 10.0.0.98 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 10.0.0.98 82 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" } \n \n " )
@ -94,7 +90,7 @@ class TestLvsCfg(base.TestCase):
" lb_kind NAT \n "
" protocol UDP \n "
" delay_loop 30 \n "
" delay_before_retry 31 \n "
" delay_before_retry 30 \n "
" retry 3 \n \n \n "
" # Configuration for Pool sample_pool_id_1 \n "
" # Configuration for HealthMonitor sample_monitor_id_1 \n "
@ -102,24 +98,20 @@ class TestLvsCfg(base.TestCase):
" real_server 10.0.0.99 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 10.0.0.99 82 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" # Configuration for Member sample_member_id_2 \n "
" real_server 10.0.0.98 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 10.0.0.98 82 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" } \n \n " )
@ -141,7 +133,7 @@ class TestLvsCfg(base.TestCase):
" lb_kind NAT \n "
" protocol UDP \n "
" delay_loop 30 \n "
" delay_before_retry 31 \n "
" delay_before_retry 30 \n "
" retry 3 \n \n \n "
" # Configuration for Pool sample_pool_id_1 \n "
" # Configuration for HealthMonitor sample_monitor_id_1 \n "
@ -149,24 +141,20 @@ class TestLvsCfg(base.TestCase):
" real_server 10.0.0.99 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 10.0.0.99 82 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" # Configuration for Member sample_member_id_2 \n "
" real_server 10.0.0.98 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 10.0.0.98 82 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" } \n \n " )
@ -188,7 +176,7 @@ class TestLvsCfg(base.TestCase):
" lb_kind NAT \n "
" protocol UDP \n "
" delay_loop 30 \n "
" delay_before_retry 31 \n "
" delay_before_retry 30 \n "
" retry 3 \n \n \n "
" # Configuration for Pool sample_pool_id_1 \n "
" # Configuration for HealthMonitor sample_monitor_id_1 \n "
@ -196,24 +184,20 @@ class TestLvsCfg(base.TestCase):
" real_server 10.0.0.99 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 192.168.1.1 9000 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" # Configuration for Member sample_member_id_2 \n "
" real_server 10.0.0.98 82 { \n "
" weight 13 \n "
" uthreshold 98 \n "
" delay_before_retry 31 \n "
" retry 3 \n "
" MISC_CHECK { \n "
" misc_path \" /var/lib/octavia/lvs/check/ "
" udp_check.sh 192.168.1.1 9000 \" \n "
" misc_timeout 30 \n "
" misc_timeout 31 \n "
" } \n "
" } \n \n "
" } \n \n " )