Changes between Version 62 and Version 63 of GENIRacksHome/ExogeniRacks/AggregateSurvey


Ignore:
Timestamp:
05/03/12 12:00:09 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AggregateSurvey

    v62 v63  
    77 2. Results from the GENI AM API Acceptance Tests
    88 3. Experiment using Omni commands.
     9
     10= Status 05/03/2012 =
     11
     12== AM API Acceptance tests ==
     13One issue remains which finds that requested component_if in manifest does not match the requested component_id in the request RSpec.  Following is a capture of the failure:
     14{{{
     15$ ./am_api_accept.py -a am-undertest -V 2 --debug --ProtoGENIv2 --un-bound
     16F.F..........
     17======================================================================
     18FAIL: test_CreateSliver: Passes if the sliver creation workflow succeeds.  Use --rspec-file to replace the default request RSpec.
     19----------------------------------------------------------------------
     20Traceback (most recent call last):
     21  File "./am_api_accept.py", line 612, in test_CreateSliver
     22    self.subtest_CreateSliverWorkflow()
     23  File "./am_api_accept.py", line 683, in subtest_CreateSliverWorkflow
     24    "but did not." % slicename)
     25  File "/home/lnevers/gcf-1.6.1-mod1/src/omni_unittest.py", line 161, in assertClientIDsEqual
     26    raise NotEqualClientIDsError, msg
     27NotEqualClientIDsError: Request RSpec and Manifest RSpec returned by 'ListResources' on slice 'acclne-154406' expected to have same client_ids but did not.
     28
     29======================================================================
     30FAIL: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices and ensure can not do ListResources on slices with the wrong credential.
     31----------------------------------------------------------------------
     32Traceback (most recent call last):
     33  File "./am_api_accept.py", line 977, in test_CreateSliverWorkflow_multiSlice
     34    "but did not." % slicenames[i])
     35  File "/home/lnevers/gcf-1.6.1-mod1/src/omni_unittest.py", line 161, in assertClientIDsEqual
     36    raise NotEqualClientIDsError, msg
     37NotEqualClientIDsError: Request RSpec and Manifest RSpec returned by 'ListResources' on slice 'acclne-1545040' expected to have same client_ids but did not.
     38----------------------------------------------------------------------
     39Ran 13 tests in 278.409s
     40FAILED (failures=2)
     41}}}
     42
    943
    1044= Status 04/30/2012 =