Changes between Version 9 and Version 10 of GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-1


Ignore:
Timestamp:
12/08/14 10:45:11 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-1

    v9 v10  
    2525[[BR]]
    2626
    27 == Test Details ==
    28 
    29 === Omni Commands ===
     27
     28== Omni Commands ==
    3029
    3130Collect getversion information to verify that NCSU is running the same Orca version as NCSU2.
     
    211210== NCSU Bound Compute Resource ==
    212211
    213 
     212The results:
     213{{{
     214
     215$ ./am_api_accept.py -a am-undertest           
     216F.F..........
     217======================================================================
     218FAIL: test_CreateSliver: Passes if the sliver creation workflow succeeds.
     219----------------------------------------------------------------------
     220Traceback (most recent call last):
     221  File "./am_api_accept.py", line 773, in test_CreateSliver
     222    self.subtest_CreateSliverWorkflow()
     223  File "./am_api_accept.py", line 819, in subtest_CreateSliverWorkflow
     224    "Created sliver")
     225  File "/home/lnevers/gcf-2.7/src/omni_unittest.py", line 271, in assertManifestMatchesRequest
     226    str(msg)+": Request RSpec and Manifest RSpec " \
     227  File "/home/lnevers/gcf-2.7/src/omni_unittest.py", line 253, in assertCompIDsEqual
     228    raise NotEqualComponentIDsError, msg
     229NotEqualComponentIDsError: Created sliver: Request RSpec and Manifest RSpec expected to have same component_ids but did not.
     230
     231======================================================================
     232FAIL: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices
     233----------------------------------------------------------------------
     234Traceback (most recent call last):
     235  File "./am_api_accept.py", line 1179, in test_CreateSliverWorkflow_multiSlice
     236    "but did not." % slicenames[i])
     237  File "/home/lnevers/gcf-2.7/src/omni_unittest.py", line 253, in assertCompIDsEqual
     238    raise NotEqualComponentIDsError, msg
     239NotEqualComponentIDsError: Request RSpec and Manifest RSpec returned by 'ListResources' on slice 'acclne-1539130' expected to have same component_ids but did not.
     240
     241----------------------------------------------------------------------
     242Ran 13 tests in 247.056s
     243FAILED (failures=2)
     244
     245}}}
     246