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


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

--

Legend:

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

    v6 v7  
    130130''' Note: no compliance problem, only a lack or VLAN resources is reported... investigating'''
    131131
    132 The AM API Acceptance test results for NCSU:
     132
     133== Bound Compute Resource ==
     134
     135
     136= CG-EXP-1b GENI AM API Compliance - NCSU =
     137
     138This test verifies compliance for the '''NCSU Cisco rack'''.
     139
     140
     141
     142== Unbound Compute Resources ==
     143
     144The AM API Acceptance test results:
    133145{{{
    134146$ ./am_api_accept.py -a am-undertest --un-bound
     
    197209FAILED (errors=2)
    198210}}}
    199 '''NOTE: New issue... Investigating'''
     211
     212'''Note: New issue... Investigating'''
    200213
    201214
     
    203216
    204217
    205 = CG-EXP-1b GENI AM API Compliance - NCSU =
    206 
    207 This test verifies compliance for the '''NCSU Cisco rack'''.
    208 
    209 
    210 
    211 == Unbound Compute Resources ==
    212 
    213 The AM API Acceptance test results:
    214 {{{
    215 $ ./am_api_accept.py -a am-undertest --un-bound
    216 E.E..........
    217 ======================================================================
    218 ERROR: test_CreateSliver: Passes if the sliver creation workflow succeeds.
    219 ----------------------------------------------------------------------
    220 Traceback (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)
    245 AMAPIError: AMAPIError: Error from Aggregate: code 1: renewSlice(): renewal term shorter than original slice end is not valid..
    246 
    247 ======================================================================
    248 ERROR: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices
    249 ----------------------------------------------------------------------
    250 Traceback (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)
    273 AMAPIError: AMAPIError: Error from Aggregate: code 1: renewSlice(): renewal term shorter than original slice end is not valid..
    274 
    275 ----------------------------------------------------------------------
    276 Ran 13 tests in 674.790s
    277 
    278 FAILED (errors=2)
    279 }}}
    280 == Bound Compute Resource ==
    281 
    282