Changes between Version 4 and Version 5 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-MON-2


Ignore:
Timestamp:
05/28/12 14:57:47 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-MON-2

    v4 v5  
    55''This page is GPO's working page for performing IG-MON-2.  It is public for informational purposes, but it is not an official status report.  See [wiki:GENIRacksHome/InstageniRacks/AcceptanceTestStatus] for the current status of InstaGENI acceptance tests.''
    66
    7 ''Last substantive edit of this page: 2012-05-17''
     7''Last substantive edit of this page: 2012-05-28''
    88
    99== Page format ==
     
    1919== Status of test ==
    2020
    21 || '''Step''' || '''State'''               || '''Date completed''' || '''Open Tickets''' || '''Closed Tickets/Comments'''   ||
    22 || 1          || [[Color(green,Pass)]]     || 2012-05-17           ||                    ||                                 ||
    23 || 2          ||                           ||                      ||                    || ready to test                  ||
    24 || 3          || [[Color(orange,Blocked)]] ||                      ||                    || blocked on availability of FOAM ||
    25 || 4          || [[Color(orange,Blocked)]] ||                      ||                    || blocked on availability of FOAM ||
     21|| '''Step''' || '''State'''               || '''Date completed''' || '''Open Tickets''' || '''Closed Tickets/Comments'''                                                                                     ||
     22|| 1          || [[Color(green,Pass)]]     || 2012-05-17           ||                    ||                                                                                                                   ||
     23|| 2          || [[Color(orange,Blocked)]] ||                      ||                    || blocked on availability of !OpenFlow InstaGENI experiments; blocked on inquiry about state of bound VLAN requests ||
     24|| 3          || [[Color(orange,Blocked)]] ||                      ||                    || blocked on availability of FOAM                                                                                   ||
     25|| 4          || [[Color(orange,Blocked)]] ||                      ||                    || blocked on availability of FOAM                                                                                   ||
    2626
    2727== High-level description from test plan ==
     
    100100 * The site administrator can determine what bound VLANs are available for use
    101101
     102=== Results of testing step 2: 2012-05-28 ===
     103
     104 * On boss, use the database to find out the set of VLANs which can be used for dedicated experiments:
     105{{{
     106boss,[~],12:19(0)$ mysql tbdb
     107mysql> select stack_id,min_vlan,max_vlan,leader from switch_stack_types;
     108+------------+----------+----------+-----------+
     109| stack_id   | min_vlan | max_vlan | leader    |
     110+------------+----------+----------+-----------+
     111| Control    |      128 |      256 | procurve1 |
     112| Experiment |      257 |      999 | procurve2 |
     113+------------+----------+----------+-----------+
     1142 rows in set (0.00 sec)
     115}}}
     116 * I am confused by this, because, looking at procurve1:
     117{{{
     118ProCurve Switch 2610-24# show vlans
     119...
     120  VLAN ID Name                             | Status     Voice Jumbo
     121  ------- -------------------------------- + ---------- ----- -----
     122  1       DEFAULT_VLAN                     | Port-based No    No   
     123  257     _42                              | Port-based No    No   
     124  260     _44                              | Port-based No    No   
     125}}}
     126 Why are VLANs in the experimental range on the control switch?  Incidentally, the mac-address table doesn't show any VLANs in that range, but i am confused by this.
     127 * I went ahead and created a sliver containing two virtual nodes and a virtual LAN:
     128{{{
     129omni -a http://www.utah.geniracks.net/protogeni/xmlrpc/am createsliver ecgtest2 ~/omni/rspecs/request/rack-testing/acceptance-tests/IG-MON-nodes-C.rspec
     130}}}
     131 * That did not generate any additional VLANs on the control switch.  I can't experiment with a physical node because there aren't any free right now.
     132
     133Anyway, i also can't look into !OpenFlow options because that's not implemented yet.
     134
     135I have an open question on the list about bound VLANs, and i'm blocked on that to look into bound VLANs.
     136
    102137== Step 3: determine which GENI SAs are trusted by InstaGENI AM ==
    103138