ChetanGaonker | b211865 | 2016-11-10 16:46:23 -0800 | [diff] [blame] | 1 | ***settings *** |
| 2 | Documentation Run Cord verification test cases |
| 3 | Resource cord_resource.robot |
| 4 | Suite Setup Cord Setup |
| 5 | Suite Teardown Cord Teardown |
| 6 | |
| 7 | *** Test Cases *** |
| 8 | |
| 9 | Verify ONOS CORD Subscriber Functionality 1 |
| 10 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive |
| 11 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_recv |
| 12 | Should Be Equal As Integers ${rc} 0 |
| 13 | |
| 14 | Verify ONOS CORD Subscriber Functionality 2 |
| 15 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump |
| 16 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_jump |
| 17 | Should Be Equal As Integers ${rc} 0 |
| 18 | |
| 19 | Verify ONOS CORD Subscriber Functionality 3 |
| 20 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next |
| 21 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_next |
| 22 | Should Be Equal As Integers ${rc} 0 |
| 23 | |
| 24 | Verify ONOS CORD Subscriber Functionality 4 |
| 25 | [Documentation] Test ONOS CORD Subscriber authentication functionality for invalid certificate |
| 26 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_invalid_certificate_and_channel_surfing |
| 27 | Should Be Equal As Integers ${rc} 0 |
| 28 | |
| 29 | Verify ONOS CORD Subscriber Functionality 5 |
| 30 | [Documentation] Test ONOS CORD Subscriber authentication functionalitywith no cerfiticates |
| 31 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_no_certificate_and_channel_surfing |
| 32 | Should Be Equal As Integers ${rc} 0 |
| 33 | |
| 34 | Verify ONOS CORD Subscriber Functionality 6 |
| 35 | [Documentation] Test ONOS CORD Subscriber authentication functionality for self signed certificates |
| 36 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_self_signed_certificate_and_channel_surfing |
| 37 | Should Be Equal As Integers ${rc} 0 |
| 38 | |
| 39 | Verify ONOS CORD Subscriber Functionality 7 |
| 40 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and invalid certificates |
| 41 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_2_cord_subscribers_authentication_with_valid_and_invalid_certificates_and_channel_surfing |
| 42 | Should Be Equal As Integers ${rc} 0 |
| 43 | |
| 44 | Verify ONOS CORD Subscriber Functionality 8 |
| 45 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and no certificates |
| 46 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_2_cord_subscribers_authentication_with_valid_and_no_certificates_and_channel_surfing |
| 47 | Should Be Equal As Integers ${rc} 0 |
| 48 | |
| 49 | Verify ONOS CORD Subscriber Functionality 9 |
| 50 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and non ca authorized certificates |
| 51 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_2_cord_subscribers_authentication_with_valid_and_non_ca_authorized_certificates_and_channel_surfing |
| 52 | Should Be Equal As Integers ${rc} 0 |
| 53 | |
| 54 | Verify ONOS CORD Subscriber Functionality 10 |
| 55 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp discover |
| 56 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_discover_and_channel_surfing |
| 57 | Should Be Equal As Integers ${rc} 0 |
| 58 | |
| 59 | Verify ONOS CORD Subscriber Functionality 11 |
| 60 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client reboots |
| 61 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_client_reboot_and_channel_surfing |
| 62 | Should Be Equal As Integers ${rc} 0 |
| 63 | |
| 64 | Verify ONOS CORD Subscriber Functionality 12 |
| 65 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp server reboots |
| 66 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_server_reboot_and_channel_surfing |
| 67 | Should Be Equal As Integers ${rc} 0 |
| 68 | |
| 69 | Verify ONOS CORD Subscriber Functionality 13 |
| 70 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client rebinds |
| 71 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_client_rebind_and_channel_surfing |
| 72 | Should Be Equal As Integers ${rc} 0 |
| 73 | |
| 74 | Verify ONOS CORD Subscriber Functionality 14 |
| 75 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp starvation |
| 76 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_starvation_and_channel_surfing |
| 77 | Should Be Equal As Integers ${rc} 0 |
| 78 | |
| 79 | Verify ONOS CORD Subscriber Functionality 15 |
| 80 | [Documentation] Test ONOS CORD Subscriber authentication functionality for multiple dhcp discovers from same subscriber |
| 81 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_multiple_dhcp_discover_for_same_subscriber_and_channel_surfing |
| 82 | Should Be Equal As Integers ${rc} 0 |
| 83 | |
| 84 | Verify ONOS CORD Subscriber Functionality 16 |
| 85 | [Documentation] Test ONOS CORD Subscriber authentication functionality for multiple dhcp requests from same subscriber |
| 86 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_multiple_dhcp_request_for_same_subscriber_and_channel_surfing |
| 87 | Should Be Equal As Integers ${rc} 0 |
| 88 | |
| 89 | Verify ONOS CORD Subscriber Functionality 17 |
| 90 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client requested specific IP |
| 91 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_client_requested_ip_and_channel_surfing |
| 92 | Should Be Equal As Integers ${rc} 0 |
| 93 | |
| 94 | Verify ONOS CORD Subscriber Functionality 18 |
| 95 | [Documentation] Test ONOS CORD Subscriber functionality for dhcp non offered IP |
| 96 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_non_offered_ip_and_channel_surfing |
| 97 | Should Be Equal As Integers ${rc} 0 |
| 98 | |
| 99 | Verify ONOS CORD Subscriber Functionality 19 |
| 100 | [Documentation] Test ONOS CORD Subscriber functionality for dhcp client requests out of pool IP |
| 101 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_request_out_of_pool_ip_by_client_and_channel_surfing |
| 102 | Should Be Equal As Integers ${rc} 0 |
| 103 | |
| 104 | Verify ONOS CORD Subscriber Functionality 20 |
| 105 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client requests specific lease time |
| 106 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_authentication_with_dhcp_specified_lease_time_functionality_and_channel_surfing |
| 107 | Should Be Equal As Integers ${rc} 0 |
| 108 | |
| 109 | Verify ONOS CORD Subscriber Functionality 21 |
| 110 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and invalid certificates for 1k subscribers |
| 111 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_subscribers_authentication_with_valid_and_invalid_certificates_and_channel_surfing |
| 112 | Should Be Equal As Integers ${rc} 0 |
| 113 | |
| 114 | Verify ONOS CORD Subscriber Functionality 22 |
| 115 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and no certificates for 1k subscribers |
| 116 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_subscribers_authentication_with_valid_and_no_certificates_and_channel_surfing |
| 117 | Should Be Equal As Integers ${rc} 0 |
| 118 | |
| 119 | Verify ONOS CORD Subscriber Functionality 23 |
| 120 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and non-ca authorized certificates for 1k subscribers |
| 121 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_subscribers_authentication_with_valid_and_non_ca_authorized_certificates_and_channel_surfing |
| 122 | Should Be Equal As Integers ${rc} 0 |
| 123 | |
| 124 | Verify ONOS CORD Subscriber Functionality 24 |
| 125 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and invalid certificates for 5k subscribers |
| 126 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_subscribers_authentication_with_valid_and_invalid_certificates_and_channel_surfing |
| 127 | Should Be Equal As Integers ${rc} 0 |
| 128 | |
| 129 | Verify ONOS CORD Subscriber Functionality 25 |
| 130 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and no certificates for 5k subscribers |
| 131 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_subscribers_authentication_with_valid_and_no_certificates_and_channel_surfing |
| 132 | Should Be Equal As Integers ${rc} 0 |
| 133 | |
| 134 | Verify ONOS CORD Subscriber Functionality 26 |
| 135 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and non-ca authorized certificates for 5k subscribers |
| 136 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_subscribers_authentication_with_valid_and_non_ca_authorized_certificates_and_channel_surfing |
| 137 | Should Be Equal As Integers ${rc} 0 |
| 138 | |
| 139 | Verify ONOS CORD Subscriber Functionality 27 |
| 140 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and invalid certificates for 10k subscribers |
| 141 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_subscribers_authentication_with_valid_and_invalid_certificates_and_channel_surfing |
| 142 | Should Be Equal As Integers ${rc} 0 |
| 143 | |
| 144 | Verify ONOS CORD Subscriber Functionality 28 |
| 145 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and no certificates for 10k subscribers |
| 146 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_subscribers_authentication_with_valid_and_no_certificates_and_channel_surfing |
| 147 | Should Be Equal As Integers ${rc} 0 |
| 148 | |
| 149 | Verify ONOS CORD Subscriber Functionality 29 |
| 150 | [Documentation] Test ONOS CORD Subscriber authentication functionality for valid and non-ca authorized certificates for 10k subscribers |
| 151 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_subscribers_authentication_with_valid_and_non_ca_authorized_certificates_and_channel_surfing |
| 152 | Should Be Equal As Integers ${rc} 0 |
| 153 | |
| 154 | Verify ONOS CORD Subscriber Functionality 30 |
| 155 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client discover for 1k subscribers |
| 156 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_discovers_and_channel_surfing |
| 157 | Should Be Equal As Integers ${rc} 0 |
| 158 | |
| 159 | Verify ONOS CORD Subscriber Functionality 31 |
| 160 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client reboot for 1k subscribers |
| 161 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_client_reboot_and_channel_surfing |
| 162 | Should Be Equal As Integers ${rc} 0 |
| 163 | |
| 164 | Verify ONOS CORD Subscriber Functionality 32 |
| 165 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp server reboots for 1k subscribers |
| 166 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_server_reboot_and_channel_surfing |
| 167 | Should Be Equal As Integers ${rc} 0 |
| 168 | |
| 169 | Verify ONOS CORD Subscriber Functionality 33 |
| 170 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client rebiind for 1k subscribers |
| 171 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_client_rebind_and_channel_surfing |
| 172 | Should Be Equal As Integers ${rc} 0 |
| 173 | |
| 174 | Verify ONOS CORD Subscriber Functionality 34 |
| 175 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp starvation for 1k subscribers |
| 176 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_starvation_and_channel_surfing |
| 177 | Should Be Equal As Integers ${rc} 0 |
| 178 | |
| 179 | Verify ONOS CORD Subscriber Functionality 35 |
| 180 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp client requests specific IP for 1k subscribers |
| 181 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_client_requested_ip_and_channel_surfing |
| 182 | Should Be Equal As Integers ${rc} 0 |
| 183 | |
| 184 | Verify ONOS CORD Subscriber Functionality 36 |
| 185 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp non offered IP for 1k subscribers |
| 186 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_non_offered_ip_and_channel_surfing |
| 187 | Should Be Equal As Integers ${rc} 0 |
| 188 | |
| 189 | Verify ONOS CORD Subscriber Functionality 37 |
| 190 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive for 4 subscribers 5 channels |
| 191 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_4_cord_subscribers_join_recv_5channel |
| 192 | Should Be Equal As Integers ${rc} 0 |
| 193 | |
| 194 | Verify ONOS CORD Subscriber Functionality 38 |
| 195 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump for 4 subscribers 5 channels |
| 196 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_4_cord_subscribers_join_jump_5channel |
| 197 | Should Be Equal As Integers ${rc} 0 |
| 198 | |
| 199 | Verify ONOS CORD Subscriber Functionality 39 |
| 200 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next for 4 subscribers 5 channels |
| 201 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_4_cord_subscribers_join_next_5channel |
| 202 | Should Be Equal As Integers ${rc} 0 |
| 203 | |
| 204 | Verify ONOS CORD Subscriber Functionality 40 |
| 205 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive for 10 subscribers 5 channels |
| 206 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10_cord_subscribers_join_recv_5channel |
| 207 | Should Be Equal As Integers ${rc} 0 |
| 208 | |
| 209 | Verify ONOS CORD Subscriber Functionality 41 |
| 210 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump for 10 subscribers 5 channels |
| 211 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10_cord_subscribers_join_jump_5channel |
| 212 | Should Be Equal As Integers ${rc} 0 |
| 213 | |
| 214 | Verify ONOS CORD Subscriber Functionality 42 |
| 215 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next for 10 subscribers 5 channels |
| 216 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10_cord_subscribers_join_next_5channel |
| 217 | Should Be Equal As Integers ${rc} 0 |
| 218 | |
| 219 | Verify ONOS CORD Subscriber Functionality 43 |
| 220 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 100 channels |
| 221 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_recv_100channels |
| 222 | Should Be Equal As Integers ${rc} 0 |
| 223 | |
| 224 | Verify ONOS CORD Subscriber Functionality 44 |
| 225 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 400 channels |
| 226 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_recv_400channels |
| 227 | Should Be Equal As Integers ${rc} 0 |
| 228 | |
| 229 | Verify ONOS CORD Subscriber Functionality 45 |
| 230 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 800 channels |
| 231 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_recv_800channels |
| 232 | Should Be Equal As Integers ${rc} 0 |
| 233 | |
| 234 | Verify ONOS CORD Subscriber Functionality 46 |
| 235 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1200 channels |
| 236 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_recv_1200channels |
| 237 | Should Be Equal As Integers ${rc} 0 |
| 238 | |
| 239 | Verify ONOS CORD Subscriber Functionality 47 |
| 240 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1500 channels |
| 241 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_recv_1500channels |
| 242 | Should Be Equal As Integers ${rc} 0 |
| 243 | |
| 244 | Verify ONOS CORD Subscriber Functionality 48 |
| 245 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 100 channels |
| 246 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_jump_100channels |
| 247 | Should Be Equal As Integers ${rc} 0 |
| 248 | |
| 249 | Verify ONOS CORD Subscriber Functionality 49 |
| 250 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 400 channels |
| 251 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_jump_400channels |
| 252 | Should Be Equal As Integers ${rc} 0 |
| 253 | |
| 254 | Verify ONOS CORD Subscriber Functionality 50 |
| 255 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 800 channels |
| 256 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_jump_800channels |
| 257 | Should Be Equal As Integers ${rc} 0 |
| 258 | |
| 259 | Verify ONOS CORD Subscriber Functionality 51 |
| 260 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1200 channels |
| 261 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_jump_1200channel |
| 262 | Should Be Equal As Integers ${rc} 0 |
| 263 | |
| 264 | Verify ONOS CORD Subscriber Functionality 52 |
| 265 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1500 channels |
| 266 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_jump_1500channels |
| 267 | Should Be Equal As Integers ${rc} 0 |
| 268 | |
| 269 | Verify ONOS CORD Subscriber Functionality 53 |
| 270 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 100 channels |
| 271 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_next_100channels |
| 272 | Should Be Equal As Integers ${rc} 0 |
| 273 | |
| 274 | Verify ONOS CORD Subscriber Functionality 54 |
| 275 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 400 channels |
| 276 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_next_400channels |
| 277 | Should Be Equal As Integers ${rc} 0 |
| 278 | |
| 279 | Verify ONOS CORD Subscriber Functionality 55 |
| 280 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 800 channels |
| 281 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_next_800channels |
| 282 | Should Be Equal As Integers ${rc} 0 |
| 283 | |
| 284 | Verify ONOS CORD Subscriber Functionality 56 |
| 285 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1200 channels |
| 286 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_next_1200channels |
| 287 | Should Be Equal As Integers ${rc} 0 |
| 288 | |
| 289 | Verify ONOS CORD Subscriber Functionality 57 |
| 290 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1500 channels |
| 291 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_cord_subscriber_join_next_1500channels |
| 292 | Should Be Equal As Integers ${rc} 0 |
| 293 | |
| 294 | Verify ONOS CORD Subscriber Functionality 58 |
| 295 | [Documentation] Test ONOS CORD Subscriber authentication functionality for dhcp clients requests out of pool IP for 1k subscribers |
| 296 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_authentication_with_dhcp_request_out_of_pool_ip_by_client_and_channel_surfing |
| 297 | Should Be Equal As Integers ${rc} 0 |
| 298 | |
| 299 | Verify ONOS CORD Subscriber Functionality 59 |
| 300 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 100 channels for 1k subscribers |
| 301 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_recv_100channel |
| 302 | Should Be Equal As Integers ${rc} 0 |
| 303 | |
| 304 | Verify ONOS CORD Subscriber Functionality 60 |
| 305 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 100 channels for 1k subscribers |
| 306 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_jump_100channel |
| 307 | Should Be Equal As Integers ${rc} 0 |
| 308 | |
| 309 | Verify ONOS CORD Subscriber Functionality 61 |
| 310 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 100 channels for 1k subscribers |
| 311 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_next_100channel |
| 312 | Should Be Equal As Integers ${rc} 0 |
| 313 | |
| 314 | Verify ONOS CORD Subscriber Functionality 62 |
| 315 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 400 channels for 1k subscribers |
| 316 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_recv_400channel |
| 317 | Should Be Equal As Integers ${rc} 0 |
| 318 | |
| 319 | Verify ONOS CORD Subscriber Functionality 63 |
| 320 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 400 channels for 1k subscribers |
| 321 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_jump_400channel |
| 322 | Should Be Equal As Integers ${rc} 0 |
| 323 | |
| 324 | Verify ONOS CORD Subscriber Functionality 64 |
| 325 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 400 channels for 1k subscribers |
| 326 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_next_400channel |
| 327 | Should Be Equal As Integers ${rc} 0 |
| 328 | |
| 329 | Verify ONOS CORD Subscriber Functionality 65 |
| 330 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 800 channels for 1k subscribers |
| 331 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_recv_800channel |
| 332 | Should Be Equal As Integers ${rc} 0 |
| 333 | |
| 334 | Verify ONOS CORD Subscriber Functionality 66 |
| 335 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 800 channels for 1k subscribers |
| 336 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_jump_800channel |
| 337 | Should Be Equal As Integers ${rc} 0 |
| 338 | |
| 339 | Verify ONOS CORD Subscriber Functionality 67 |
| 340 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 800 channels for 1k subscribers |
| 341 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_next_800channel |
| 342 | Should Be Equal As Integers ${rc} 0 |
| 343 | |
| 344 | Verify ONOS CORD Subscriber Functionality 68 |
| 345 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1200 channels for 1k subscribers |
| 346 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_recv_1200channel |
| 347 | Should Be Equal As Integers ${rc} 0 |
| 348 | |
| 349 | Verify ONOS CORD Subscriber Functionality 69 |
| 350 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1200 channels for 1k subscribers |
| 351 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_jump_1200channel |
| 352 | Should Be Equal As Integers ${rc} 0 |
| 353 | |
| 354 | Verify ONOS CORD Subscriber Functionality 70 |
| 355 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1200 channels for 1k subscribers |
| 356 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_next_1200channel |
| 357 | Should Be Equal As Integers ${rc} 0 |
| 358 | |
| 359 | Verify ONOS CORD Subscriber Functionality 71 |
| 360 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1500 channels for 1k subscribers |
| 361 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_recv_1500channel |
| 362 | Should Be Equal As Integers ${rc} 0 |
| 363 | |
| 364 | Verify ONOS CORD Subscriber Functionality 72 |
| 365 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1500 channels for 1k subscribers |
| 366 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_jump_1500channel |
| 367 | Should Be Equal As Integers ${rc} 0 |
| 368 | |
| 369 | Verify ONOS CORD Subscriber Functionality 73 |
| 370 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1500 channels for 1k subscribers |
| 371 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_1k_cord_subscribers_join_next_1500channel |
| 372 | Should Be Equal As Integers ${rc} 0 |
| 373 | |
| 374 | Verify ONOS CORD Subscriber Functionality 74 |
| 375 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 100 channels for 5k subscribers |
| 376 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_recv_100channel |
| 377 | Should Be Equal As Integers ${rc} 0 |
| 378 | |
| 379 | Verify ONOS CORD Subscriber Functionality 75 |
| 380 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 100 channels for 5k subscribers |
| 381 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_jump_100channel |
| 382 | Should Be Equal As Integers ${rc} 0 |
| 383 | |
| 384 | Verify ONOS CORD Subscriber Functionality 76 |
| 385 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 100 channels for 5k subscribers |
| 386 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_next_100channel |
| 387 | Should Be Equal As Integers ${rc} 0 |
| 388 | |
| 389 | Verify ONOS CORD Subscriber Functionality 77 |
| 390 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 400 channels for 5k subscribers |
| 391 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_recv_400channel |
| 392 | Should Be Equal As Integers ${rc} 0 |
| 393 | |
| 394 | Verify ONOS CORD Subscriber Functionality 78 |
| 395 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 400 channels for 5k subscribers |
| 396 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_jump_400channel |
| 397 | Should Be Equal As Integers ${rc} 0 |
| 398 | |
| 399 | Verify ONOS CORD Subscriber Functionality 79 |
| 400 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 400 channels for 5k subscribers |
| 401 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_next_400channel |
| 402 | Should Be Equal As Integers ${rc} 0 |
| 403 | |
| 404 | Verify ONOS CORD Subscriber Functionality 80 |
| 405 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 800 channels for 5k subscribers |
| 406 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_recv_800channel |
| 407 | Should Be Equal As Integers ${rc} 0 |
| 408 | |
| 409 | Verify ONOS CORD Subscriber Functionality 81 |
| 410 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 800 channels for 5k subscribers |
| 411 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_jump_800channel |
| 412 | Should Be Equal As Integers ${rc} 0 |
| 413 | |
| 414 | Verify ONOS CORD Subscriber Functionality 82 |
| 415 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 800 channels for 5k subscribers |
| 416 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_next_800channel |
| 417 | Should Be Equal As Integers ${rc} 0 |
| 418 | |
| 419 | Verify ONOS CORD Subscriber Functionality 83 |
| 420 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1200 channels for 5k subscribers |
| 421 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_recv_1200channel |
| 422 | Should Be Equal As Integers ${rc} 0 |
| 423 | |
| 424 | Verify ONOS CORD Subscriber Functionality 84 |
| 425 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1200 channels for 5k subscribers |
| 426 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_jump_1200channel |
| 427 | Should Be Equal As Integers ${rc} 0 |
| 428 | |
| 429 | Verify ONOS CORD Subscriber Functionality 85 |
| 430 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1200 channels for 5k subscribers |
| 431 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_next_1200channel |
| 432 | Should Be Equal As Integers ${rc} 0 |
| 433 | |
| 434 | Verify ONOS CORD Subscriber Functionality 86 |
| 435 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1500 channels for 5k subscribers |
| 436 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_recv_1500channel |
| 437 | Should Be Equal As Integers ${rc} 0 |
| 438 | |
| 439 | Verify ONOS CORD Subscriber Functionality 87 |
| 440 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1500 channels for 5k subscribers |
| 441 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_jump_1500channel |
| 442 | Should Be Equal As Integers ${rc} 0 |
| 443 | |
| 444 | Verify ONOS CORD Subscriber Functionality 88 |
| 445 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1500 channels for 5k subscribers |
| 446 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_5k_cord_subscribers_join_next_1500channel |
| 447 | Should Be Equal As Integers ${rc} 0 |
| 448 | |
| 449 | Verify ONOS CORD Subscriber Functionality 89 |
| 450 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 100 channels for 10k subscribers |
| 451 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_recv_100channel |
| 452 | Should Be Equal As Integers ${rc} 0 |
| 453 | |
| 454 | Verify ONOS CORD Subscriber Functionality 90 |
| 455 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 100 channels for 10k subscribers |
| 456 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_jump_100channel |
| 457 | Should Be Equal As Integers ${rc} 0 |
| 458 | |
| 459 | Verify ONOS CORD Subscriber Functionality 91 |
| 460 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 100 channels for 10k subscribers |
| 461 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_next_100channel |
| 462 | Should Be Equal As Integers ${rc} 0 |
| 463 | |
| 464 | Verify ONOS CORD Subscriber Functionality 92 |
| 465 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 100 channels for 100k subscribers |
| 466 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_100k_cord_subscribers_join_recv_100channel |
| 467 | Should Be Equal As Integers ${rc} 0 |
| 468 | |
| 469 | Verify ONOS CORD Subscriber Functionality 93 |
| 470 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 100 channels for 100k subscribers |
| 471 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_100k_cord_subscribers_join_jump_100channel |
| 472 | Should Be Equal As Integers ${rc} 0 |
| 473 | |
| 474 | Verify ONOS CORD Subscriber Functionality 94 |
| 475 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 100 channels for 100k subscribers |
| 476 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_100k_cord_subscribers_join_next_100channel |
| 477 | Should Be Equal As Integers ${rc} 0 |
| 478 | |
| 479 | Verify ONOS CORD Subscriber Functionality 95 |
| 480 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 400 channels for 10k subscribers |
| 481 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_recv_400channel |
| 482 | Should Be Equal As Integers ${rc} 0 |
| 483 | |
| 484 | Verify ONOS CORD Subscriber Functionality 96 |
| 485 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 400 channels for 10k subscribers |
| 486 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_jump_400channel |
| 487 | Should Be Equal As Integers ${rc} 0 |
| 488 | |
| 489 | Verify ONOS CORD Subscriber Functionality 97 |
| 490 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 400 channels for 10k subscribers |
| 491 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_next_400channel |
| 492 | Should Be Equal As Integers ${rc} 0 |
| 493 | |
| 494 | Verify ONOS CORD Subscriber Functionality 98 |
| 495 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 800 channels for 10k subscribers |
| 496 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_recv_800channel |
| 497 | Should Be Equal As Integers ${rc} 0 |
| 498 | |
| 499 | Verify ONOS CORD Subscriber Functionality 100 |
| 500 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 800 channels for 10k subscribers |
| 501 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_jump_800channel |
| 502 | Should Be Equal As Integers ${rc} 0 |
| 503 | |
| 504 | Verify ONOS CORD Subscriber Functionality 101 |
| 505 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 800 channels for 10k subscribers |
| 506 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_next_800channel |
| 507 | Should Be Equal As Integers ${rc} 0 |
| 508 | |
| 509 | Verify ONOS CORD Subscriber Functionality 102 |
| 510 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1200 channels for 10k subscribers |
| 511 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_recv_1200channel |
| 512 | Should Be Equal As Integers ${rc} 0 |
| 513 | |
| 514 | Verify ONOS CORD Subscriber Functionality 103 |
| 515 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1200 channels for 10k subscribers |
| 516 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_jump_1200channel |
| 517 | Should Be Equal As Integers ${rc} 0 |
| 518 | |
| 519 | Verify ONOS CORD Subscriber Functionality 104 |
| 520 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1200 channels for 10k subscribers |
| 521 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_next_1200channel |
| 522 | Should Be Equal As Integers ${rc} 0 |
| 523 | |
| 524 | Verify ONOS CORD Subscriber Functionality 105 |
| 525 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1500 channels for 10k subscribers |
| 526 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_recv_1500channel |
| 527 | Should Be Equal As Integers ${rc} 0 |
| 528 | |
| 529 | Verify ONOS CORD Subscriber Functionality 106 |
| 530 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1500 channels for 10k subscribers |
| 531 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_jump_1500channel |
| 532 | Should Be Equal As Integers ${rc} 0 |
| 533 | |
| 534 | Verify ONOS CORD Subscriber Functionality 107 |
| 535 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1500 channels for 10k subscribers |
| 536 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_10k_cord_subscribers_join_next_1500channel |
| 537 | Should Be Equal As Integers ${rc} 0 |
| 538 | |
| 539 | Verify ONOS CORD Subscriber Functionality 108 |
| 540 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join receive 1500 channels for 100k subscribers |
| 541 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_100k_cord_subscribers_join_recv_1500channel |
| 542 | Should Be Equal As Integers ${rc} 0 |
| 543 | |
| 544 | Verify ONOS CORD Subscriber Functionality 109 |
| 545 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join jump 1500 channels for 100k subscribers |
| 546 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_100k_cord_subscribers_join_jump_1500channel |
| 547 | Should Be Equal As Integers ${rc} 0 |
| 548 | |
| 549 | Verify ONOS CORD Subscriber Functionality 110 |
| 550 | [Documentation] Test ONOS CORD Subscriber functionality for igmp join next 1500 channels for 100k subscribers |
| 551 | ${rc}= Run Cord Tester cordSubscriber:subscriber_exchange.test_100k_cord_subscribers_join_next_1500channel |
| 552 | Should Be Equal As Integers ${rc} 0 |
| 553 | |