= GR-EXP-3: GRAM Single Site 100 VM Test = This page captures status for the test case GR-EXP-3. For additional information see the [wiki:GENIRacksHome/GRAMRacks/AcceptanceTestStatusMay2013 Acceptance Test Status - May 2013] page overall status, or the [wiki:GENIRacksHome/AcceptanceTests/GRAMAcceptanceTestsPlan GRAM Acceptance Test Plan] for details about the planned evaluation. ''Last Update: 2013/05/20" || ''' Test Scenario''' ||'''State''' || '''Tickets'''|| '''Notes''' || ||Scenario 1: 1 Slice with 100 VMs || || || || ||Scenario 2: 2 Slices with 50 VMs each || || || || ||Scenario 3: 4 Slices with 25 VMs each || || || || ||Scenario 6: 20 Slices with 5 VMs each ||[[span(Fail, style=background-color: red)]] || #63 #62 || ||Scenario 4: 50 Slices with 2 VMs each ||[[span(Fail, style=background-color: red)]] || #64 || || ||Scenario 5: 100 Slices with 1 VM each || || || || [[BR]] || '''State Legend''' || '''Description''' || ||[[span(Pass, style=background-color: green )]] || Test completed and met all criteria || ||[[span(Pass: most criteria, style=background-color: #98FB98)]]|| Test completed and met most criteria. Exceptions documented || ||[[span(Fail, style=background-color: red)]] || Test completed and failed to meet criteria. || ||[[span(Complete, style=background-color: yellow)]] || Test completed but will require re-execution due to expected changes || ||[[span(Blocked, style=background-color: orange)]] || Blocked by ticketed issue(s). || ||[[span(In Progress, style=background-color: #63B8FF)]]|| Currently under test. || = Test Plan Steps = This test case uses the following aggregate nick_names: {{{ gram=,https://128.89.91.170:5001 }}} ''Evaluation Notes:'' The test "Scenario 4: 50 Slices with 2 VMs each" failed, ticket #64 == Scenario 4: 50 Slices with 2 VMs each == Started evaluation with 2 VM slivers and initially started with 10 slices. The following was executed: {{{ COUNT=10 j=1 while [ $j -le $COUNT ]; do echo Experiment$j date omni.py createslice lnslice$j if [ $? -ne 0 ] ; then echo "Unable to start the slice" exit fi sleep 4 omni.py -a gram2 -V2 createsliver lnslice$j 2vm-1lan.rspec -o if [ $? -ne 0 ] ; then echo "Unable to start the sliver" exit fi sleep 30; j=`expr $j + 1` done }}} The login information for the first 20 VMs: {{{ lnslice1-manifest-rspec-128-89-91-170-5002.xml: lnslice1-manifest-rspec-128-89-91-170-5002.xml: lnslice2-manifest-rspec-128-89-91-170-5002.xml: lnslice2-manifest-rspec-128-89-91-170-5002.xml: lnslice3-manifest-rspec-128-89-91-170-5002.xml: lnslice3-manifest-rspec-128-89-91-170-5002.xml: lnslice4-manifest-rspec-128-89-91-170-5002.xml: lnslice4-manifest-rspec-128-89-91-170-5002.xml: lnslice5-manifest-rspec-128-89-91-170-5002.xml: lnslice5-manifest-rspec-128-89-91-170-5002.xml: lnslice6-manifest-rspec-128-89-91-170-5002.xml: lnslice6-manifest-rspec-128-89-91-170-5002.xml: lnslice7-manifest-rspec-128-89-91-170-5002.xml: lnslice7-manifest-rspec-128-89-91-170-5002.xml: lnslice8-manifest-rspec-128-89-91-170-5002.xml: lnslice8-manifest-rspec-128-89-91-170-5002.xml: lnslice9-manifest-rspec-128-89-91-170-5002.xml: lnslice9-manifest-rspec-128-89-91-170-5002.xml: lnslice10-manifest-rspec-128-89-91-170-5002.xml: lnslice10-manifest-rspec-128-89-91-170-5002.xml: }}} Verified ability to login to each of the 20 VMs allocated, by executing "uptime" and ifconfig eth1 via ssh, but found that some hosts did not have addresses: {{{ + ssh -p 3001 128.89.91.170 uptime; ifconfig eth1 18:30:15 up 1:16, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:c4:4d:94 inet addr:10.0.39.101 Bcast:10.0.39.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fec4:4d94/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:414 errors:0 dropped:0 overruns:0 frame:0 TX packets:442 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:75280 (75.2 KB) TX bytes:114096 (114.0 KB) + ssh -p 3002 128.89.91.170 uptime; ifconfig eth1 18:30:16 up 1:16, 0 users, load average: 0.00, 0.01, 0.03 eth1 Link encap:Ethernet HWaddr fa:16:3e:e2:13:86 inet addr:10.0.39.100 Bcast:10.0.39.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fee2:1386/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:473 errors:0 dropped:0 overruns:0 frame:0 TX packets:518 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:76868 (76.8 KB) TX bytes:113838 (113.8 KB) + ssh -p 3005 128.89.91.170 uptime; ifconfig eth1 18:30:15 up 1:15, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:d6:03:d2 inet addr:10.0.40.101 Bcast:10.0.40.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fed6:3d2/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:454 errors:0 dropped:0 overruns:0 frame:0 TX packets:482 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:76484 (76.4 KB) TX bytes:110016 (110.0 KB) + ssh -p 3006 128.89.91.170 uptime; ifconfig eth1 18:30:17 up 1:15, 0 users, load average: 0.00, 0.01, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:4e:f2:af inet addr:10.0.40.100 Bcast:10.0.40.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe4e:f2af/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:371 errors:0 dropped:0 overruns:0 frame:0 TX packets:414 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:67024 (67.0 KB) TX bytes:105420 (105.4 KB) + ssh -p 3007 128.89.91.170 uptime; ifconfig eth1 18:30:19 up 1:14, 0 users, load average: 0.08, 0.03, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:fb:94:5f inet addr:10.0.41.100 Bcast:10.0.41.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fefb:945f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:410 errors:0 dropped:0 overruns:0 frame:0 TX packets:416 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:75343 (75.3 KB) TX bytes:105804 (105.8 KB) + ssh -p 3008 128.89.91.170 uptime; ifconfig eth1 18:30:22 up 1:14, 0 users, load average: 0.00, 0.01, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:19:66:83 inet addr:10.0.41.101 Bcast:10.0.41.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe19:6683/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:359 errors:0 dropped:0 overruns:0 frame:0 TX packets:397 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:66844 (66.8 KB) TX bytes:102606 (102.6 KB) + ssh -p 3009 128.89.91.170 uptime; ifconfig eth1 18:30:22 up 1:12, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:da:f9:89 inet addr:10.0.42.100 Bcast:10.0.42.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feda:f989/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:384 errors:0 dropped:0 overruns:0 frame:0 TX packets:408 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:68542 (68.5 KB) TX bytes:103702 (103.7 KB) + ssh -p 3010 128.89.91.170 uptime; ifconfig eth1 18:30:25 up 1:12, 0 users, load average: 0.00, 0.01, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:b3:79:32 inet addr:10.0.42.101 Bcast:10.0.42.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feb3:7932/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:401 errors:0 dropped:0 overruns:0 frame:0 TX packets:454 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:69103 (69.1 KB) TX bytes:108590 (108.5 KB) + ssh -p 3011 128.89.91.170 uptime; ifconfig eth1 18:30:26 up 1:11, 0 users, load average: 0.00, 0.01, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:4c:59:84 inet6 addr: fe80::f816:3eff:fe4c:5984/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:476 errors:0 dropped:0 overruns:0 frame:0 TX packets:200 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:141868 (141.8 KB) TX bytes:67632 (67.6 KB) + ssh -p 3012 128.89.91.170 uptime; ifconfig eth1 18:30:27 up 1:11, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:b2:ee:25 inet6 addr: fe80::f816:3eff:feb2:ee25/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:452 errors:0 dropped:0 overruns:0 frame:0 TX packets:175 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:137797 (137.7 KB) TX bytes:59082 (59.0 KB) + ssh -p 3013 128.89.91.170 uptime; ifconfig eth1 Warning: Permanently added '[128.89.91.170]:3013' (RSA) to the list of known hosts. 18:30:43 up 1:10, 0 users, load average: 0.22, 0.06, 0.06 eth1 Link encap:Ethernet HWaddr fa:16:3e:e2:7a:f5 inet6 addr: fe80::f816:3eff:fee2:7af5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:233 errors:0 dropped:0 overruns:0 frame:0 TX packets:170 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:67110 (67.1 KB) TX bytes:57372 (57.3 KB) + ssh -p 3014 128.89.91.170 uptime; ifconfig eth1 18:30:42 up 1:10, 0 users, load average: 0.00, 0.01, 0.03 eth1 Link encap:Ethernet HWaddr fa:16:3e:82:7c:c7 inet6 addr: fe80::f816:3eff:fe82:7cc7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:234 errors:0 dropped:0 overruns:0 frame:0 TX packets:173 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:67722 (67.7 KB) TX bytes:58398 (58.3 KB) + ssh -p 3015 128.89.91.170 uptime; ifconfig eth1 18:30:43 up 1:09, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:92:b2:2f inet6 addr: fe80::f816:3eff:fe92:b22f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:437 errors:0 dropped:0 overruns:0 frame:0 TX packets:173 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:129324 (129.3 KB) TX bytes:58398 (58.3 KB) + ssh -p 3016 128.89.91.170 uptime; ifconfig eth1 18:30:43 up 1:08, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:39:d4:61 inet6 addr: fe80::f816:3eff:fe39:d461/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:420 errors:0 dropped:0 overruns:0 frame:0 TX packets:170 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:126758 (126.7 KB) TX bytes:57372 (57.3 KB) + ssh -p 3017 128.89.91.170 uptime; ifconfig eth1 18:30:44 up 1:07, 0 users, load average: 0.08, 0.03, 0.03 eth1 Link encap:Ethernet HWaddr fa:16:3e:f6:1d:c3 inet6 addr: fe80::f816:3eff:fef6:1dc3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:248 errors:0 dropped:0 overruns:0 frame:0 TX packets:188 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:72762 (72.7 KB) TX bytes:63528 (63.5 KB) + ssh -p 3018 128.89.91.170 uptime; ifconfig eth1 18:30:46 up 1:07, 0 users, load average: 0.08, 0.03, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:3e:f6:da inet6 addr: fe80::f816:3eff:fe3e:f6da/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:230 errors:0 dropped:0 overruns:0 frame:0 TX packets:167 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:66179 (66.1 KB) TX bytes:56346 (56.3 KB) + ssh -p 3019 128.89.91.170 uptime; ifconfig eth1 18:30:48 up 1:06, 0 users, load average: 0.08, 0.03, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:9a:c8:87 inet6 addr: fe80::f816:3eff:fe9a:c887/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:419 errors:0 dropped:0 overruns:0 frame:0 TX packets:159 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:126095 (126.0 KB) TX bytes:53610 (53.6 KB) + ssh -p 3020 128.89.91.170 uptime; ifconfig eth1 18:30:52 up 1:06, 0 users, load average: 0.00, 0.01, 0.05 eth1 Link encap:Ethernet HWaddr fa:16:3e:7a:ee:0e inet6 addr: fe80::f816:3eff:fe7a:ee0e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:405 errors:0 dropped:0 overruns:0 frame:0 TX packets:177 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:124279 (124.2 KB) TX bytes:59766 (59.7 KB) + ssh -p 3021 128.89.91.170 uptime; ifconfig eth1 18:30:52 up 1:05, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:68:c5:71 inet6 addr: fe80::f816:3eff:fe68:c571/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:209 errors:0 dropped:0 overruns:0 frame:0 TX packets:148 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:59276 (59.2 KB) TX bytes:49848 (49.8 KB) + ssh -p 3022 128.89.91.170 uptime; ifconfig eth1 18:30:55 up 1:05, 0 users, load average: 0.00, 0.01, 0.04 eth1 Link encap:Ethernet HWaddr fa:16:3e:5d:05:51 inet6 addr: fe80::f816:3eff:fe5d:551/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:244 errors:0 dropped:0 overruns:0 frame:0 TX packets:178 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:71089 (71.0 KB) TX bytes:60108 (60.1 KB) }}} Started 10 more sliver (20 VMs), which were allocated properly and logged into each host. '''Note:''' This test case failed, following is a summary of the events witnessed and captured in ticket #64 == Scenario 6: 20 Slices with 5 VMs each == Created First sliver with 5 VMs on one LAN, but upon checking login information found that only 2 of the 5 VMs allocate has SSH ports, See ticket #63. This may be relate to ticket#62.