Changes between Version 14 and Version 15 of GENIRacksHome/InstageniRacks/AggregateSurvey


Ignore:
Timestamp:
04/24/12 13:00:02 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AggregateSurvey

    v14 v15  
    1111
    12121. Unable to have node exchange traffic when a two OpenVZ node setup was created. Interfaces did not come up [[BR]]
    13 2. Rack Aggregate availability .
     132. Rack Aggregate availability. [[BR]]
     143. AM API test pass except for lack of dedicated nodes [[BR]]
     15
    1416
    1517== AM API Acceptance Test ==
    16 The AM API Acceptance test was run on the InstaGENI Utah rack and the following results
     18The AM API Acceptance test was run on the InstaGENI Utah rack and reported one failure, one of the nodes was no longer available:
     19{{{
     20lnevers@sendaria:~/gcf-1.6.1/acceptance_tests/AM_API$ ./am_api_accept.py -a am-undertest --api-version 2 --debug
     21..F..........
     22======================================================================
     23FAIL: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices and ensure can not do ListResources on slices with
     24 the wrong credential.
     25----------------------------------------------------------------------
     26Traceback (most recent call last):
     27  File "./am_api_accept.py", line 931, in test_CreateSliverWorkflow_multiSlice
     28    manifest[i] = "".join(self.subtest_CreateSliver( slicenames[i] ))
     29  File "./am_api_accept.py", line 1116, in subtest_CreateSliver
     30    "but instead nothing returned. AM returned:\n %s"%text)
     31  File "/home/lnevers/gcf-1.6.1/src/omni_unittest.py", line 112, in assertIsNotNone
     32    raise NotNoneAssertionError, msg
     33NotNoneAssertionError: Return from 'CreateSliver'expected to be XML file but instead nothing returned. AM returned:
     34 Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+acclne-1328080 expires within 1 day(s) on 2012-04-23 19:28:09 UTC
     35Asked https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. No manifest Rspec returned. *** Fixed physical node: pc4
     36 not available.*** Some fixed nodes failed to map*** Fixed physical node: pc4 not available.*** Some fixed nodes failed to map*** ERROR: map
     37per: Unretriable error. Giving up.
     38seed = 1335213716
     39Physical Graph: 3
     40Calculating shortest paths on switch fabric.
     41Virtual Graph: 1
     42Generating physical equivalence classes:3
     43Type precheck:
     44Type precheck passed.
     45Node mapping precheck:
     46Node mapping precheck succeeded
     47Pruning pclasses.
     48pclass pruning complete: removed 2 pclasses, 1 remain.
     49Type precheck:
     50Type precheck passed.
     51Policy precheck:
     52Policy precheck succeeded
     53Annealing.
     54*** Fixed physical node: pc4 not available.
     55*** Some fixed nodes failed to map
     56ASSIGN FAILED:
     57Type precheck passed.
     58Node mapping precheck succeeded
     59Pruning pclasses.
     60pclass pruning complete: removed 2 pclasses, 1 remain.
     61Type precheck passed.
     62Policy precheck succeeded
     63Annealing.
     64*** Fixed physical node: pc4 not available.
     65*** Some fixed nodes failed to map
     66
     67
     68----------------------------------------------------------------------
     69Ran 13 tests in 460.136s
     70
     71FAILED (failures=1)
     72}}}
     73Acceptance Test log is attaches as [http://groups.geni.net/geni/attachment/wiki/GENIRacksHome/InstageniRacks/AggregateSurvey/instageni-log-20120423.txt instageni-log-20120423.txt]
     74
    1775
    1876== Omni Commands ==