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


Ignore:
Timestamp:
04/30/12 15:50:22 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AggregateSurvey

    v61 v62  
    1212== AM API Acceptance tests ==
    1313
     14Current run reports 2 failures this is an improvement since the 04/25/2012 (failures=2, errors=3)
     15{{{
     16$ ./am_api_accept.py -a am-undertest -V 2 --debug --ProtoGENIv2
     17F.F..........
     18======================================================================
     19FAIL: test_CreateSliver: Passes if the sliver creation workflow succeeds.  Use --rspec-file to replace the default request RSpec.
     20----------------------------------------------------------------------
     21Traceback (most recent call last):
     22  File "./am_api_accept.py", line 625, in test_CreateSliver
     23    self.subtest_CreateSliverWorkflow()
     24  File "./am_api_accept.py", line 659, in subtest_CreateSliverWorkflow
     25    self.assertRspecType( request, 'request')
     26  File "/home/lnevers/gcf-1.6.1/src/omni_unittest.py", line 165, in assertRspecType
     27    raise WrongRspecType, msg
     28WrongRspecType: RSpec expected to have type 'request' but schema was not correct.
     29
     30======================================================================
     31FAIL: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices and ensure can not do ListResources on slices with the wrong credential.
     32----------------------------------------------------------------------
     33Traceback (most recent call last):
     34  File "./am_api_accept.py", line 935, in test_CreateSliverWorkflow_multiSlice
     35    self.assertRspecType( "".join(request[i]), 'request')
     36  File "/home/lnevers/gcf-1.6.1/src/omni_unittest.py", line 165, in assertRspecType
     37    raise WrongRspecType, msg
     38WrongRspecType: RSpec expected to have type 'request' but schema was not correct.
     39
     40----------------------------------------------------------------------
     41Ran 13 tests in 289.870s
     42
     43FAILED (failures=2)
     44
     45}}}
     46
     47Acceptance test log is attached [xxx here]
     48
    1449== Experiments using Omni ==
    15 Ran a new experiment with 2 node and a shared specified capacity link.  No problems were found.
     50
     51Ran a new experiment with 2 node and a shared specified capacity link.  No problems were found. This is in addition to the experiments that were run successfully on 2012-04-25.
    1652 
    1753= Status 04/25/2012 =