Changes between Version 5 and Version 6 of GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-1


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

--

Legend:

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

    v5 v6  
    1212|| '''Test'''       ||'''State'''  || ''' !Tickets/Comments'''  ||
    1313|| [wiki/GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-1#OmniCommands Omni Commands]    ||             || unknown component id      ||
    14 || [wiki: NCSU Compliance]  ||             ||                           ||
     14|| [wiki:GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-1#CG-EXP-1bGENIAMAPICompliance-NCSU NCSU Compliance]   ||             ||                           ||
    1515|| [wiki:GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-1#CG-EXP-1aGENIAMAPICompliance-NCSU2 NCSU2 Compliance] ||             ||                           ||
    1616
     
    213213The AM API Acceptance test results:
    214214{{{
    215 
     215$ ./am_api_accept.py -a am-undertest --un-bound
     216E.E..........
     217======================================================================
     218ERROR: 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 929, in subtest_CreateSliverWorkflow
     224    self.subtest_generic_RenewSliver_many( slicename )
     225  File "./am_api_accept.py", line 1933, in subtest_generic_RenewSliver_many
     226    self.subtest_RenewSliver_many( slicename )
     227  File "./am_api_accept.py", line 1410, in subtest_RenewSliver_many
     228    self.subtest_RenewSliver( slicename, twodays )
     229  File "./am_api_accept.py", line 1375, in subtest_RenewSliver
     230    text, (succList, failList) = self.call(omniargs, self.options_copy)
     231  File "/home/lnevers/gcf-2.7/src/omni_unittest.py", line 172, in call
     232    ret_val = omni.call( cmd, options=options, verbose=True )
     233  File "/home/lnevers/gcf-2.7/src/gcf/oscript.py", line 719, in call
     234    return API_call( framework, config, args, opts, verbose=verbose )
     235  File "/home/lnevers/gcf-2.7/src/gcf/oscript.py", line 793, in API_call
     236    result = handler._handle(args)
     237  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/handler.py", line 90, in _handle
     238    (message, val) = getattr(self.amhandler,call)(args[1:])
     239  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/amhandler.py", line 2749, in renewsliver
     240    (res, message) = self._retrieve_value(res, message, self.framework)
     241  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/amhandler.py", line 5382, in _retrieve_value
     242    self._raise_omni_error(message, AMAPIError, result)
     243  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/amhandler.py", line 5486, in _raise_omni_error
     244    raise err, (msg, triple)
     245AMAPIError: AMAPIError: Error from Aggregate: code 1: renewSlice(): renewal term shorter than original slice end is not valid..
     246
     247======================================================================
     248ERROR: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices
     249----------------------------------------------------------------------
     250Traceback (most recent call last):
     251  File "./am_api_accept.py", line 1267, in test_CreateSliverWorkflow_multiSlice
     252    self.subtest_generic_RenewSliver_many( slicenames[i] )
     253  File "./am_api_accept.py", line 1933, in subtest_generic_RenewSliver_many
     254    self.subtest_RenewSliver_many( slicename )
     255  File "./am_api_accept.py", line 1410, in subtest_RenewSliver_many
     256    self.subtest_RenewSliver( slicename, twodays )
     257  File "./am_api_accept.py", line 1375, in subtest_RenewSliver
     258    text, (succList, failList) = self.call(omniargs, self.options_copy)
     259  File "/home/lnevers/gcf-2.7/src/omni_unittest.py", line 172, in call
     260    ret_val = omni.call( cmd, options=options, verbose=True )
     261  File "/home/lnevers/gcf-2.7/src/gcf/oscript.py", line 719, in call
     262    return API_call( framework, config, args, opts, verbose=verbose )
     263  File "/home/lnevers/gcf-2.7/src/gcf/oscript.py", line 793, in API_call
     264    result = handler._handle(args)
     265  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/handler.py", line 90, in _handle
     266    (message, val) = getattr(self.amhandler,call)(args[1:])
     267  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/amhandler.py", line 2749, in renewsliver
     268    (res, message) = self._retrieve_value(res, message, self.framework)
     269  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/amhandler.py", line 5382, in _retrieve_value
     270    self._raise_omni_error(message, AMAPIError, result)
     271  File "/home/lnevers/gcf-2.7/src/gcf/omnilib/amhandler.py", line 5486, in _raise_omni_error
     272    raise err, (msg, triple)
     273AMAPIError: AMAPIError: Error from Aggregate: code 1: renewSlice(): renewal term shorter than original slice end is not valid..
     274
     275----------------------------------------------------------------------
     276Ran 13 tests in 674.790s
     277
     278FAILED (errors=2)
    216279}}}
    217280== Bound Compute Resource ==