Changes between Version 5 and Version 6 of GENIRacksHome/ExogeniRacks/AggregateSurvey


Ignore:
Timestamp:
04/09/12 14:50:27 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AggregateSurvey

    v5 v6  
    1 [[PageOutline]]
     1[[PageOutline(1-3)]]
    22
    33= ExoGENI Aggregates Survey =
     
    753753}}}
    754754
    755 === GPO Dev Team Analysis ===
     755== AM API additional Tests ==
     756
     757Two tests were run for individual AM API Compliance test based on GPO Dev request, their results are captured in this page.
     758
     759=== test_ListResources_geni_compressed only ===
     760
     761Test output:
     762
     763{{{
     764$ ./am_api_accept.py -a am-undertest -V 2 --debug Test.test_ListResources_geni_compressed
     765Not wellformed XML:  syntax error: line 1, column 0
     766F
     767======================================================================
     768FAIL: test_ListResources_geni_compressed: Passes if 'ListResources' returns an advertisement RSpec.
     769----------------------------------------------------------------------
     770Traceback (most recent call last):
     771  File "./am_api_accept.py", line 335, in test_ListResources_geni_compressed
     772    self.subtest_ListResources()
     773  File "./am_api_accept.py", line 602, in subtest_ListResources
     774    % (agg_name, rspec[:100]))
     775AssertionError: Return from 'ListResources' at aggregate 'unspecified_AM_URN' expected to be XML but instead returned:
     776eAHtXVtv2zq2ft+/wsh5Oz6OfGkzrdF0MG0znT3oLgZt9zkPg0GhOKojbFsOJLmXf394ERcXJUqmSMqxdxmgjRWL5OLi4sd1I/ni
     777... edited for length ...
     778
     779----------------------------------------------------------------------
     780Ran 1 test in 5.628s
     781
     782FAILED (failures=1)
     783}}}
     784
     785Files attached are: [http://groups.geni.net/geni/attachment/wiki/GENIRacksHome/ExogeniRacks/AggregateSurvey/acceptance-listresources.log acceptance-listresource.log] and a the tee output for the same test [http://groups.geni.net/geni/attachment/wiki/GENIRacksHome/ExogeniRacks/AggregateSurvey/test_ListResources_geni_compressed-log.txt test_ListResources_geni_compressed-log.txt].
     786
     787== GPO Dev Team Analysis ==
    756788
    757789The GPO Software development team analyzed the results from this test run and came up with the following list of Known issues with ExoGENI's AM API implementation.
     
    769801|| 4|| critical || || RSpec || All Ad & manifest RSpecs must pass rspeclint, but currently do not ||
    770802
    771 ==== Major Issues ====
     803=== Major Issues ====
    772804|| ID || Priority || Status || Category || Description ||
    773805|| 5 || major  ||  || AM API || !GetVersion: The top-level (parallel to code and value) is missing a `geni_api` entry.  Without this entry AM API v1 clients can't discover why they can't talk to this aggregate. ||
     
    799831
    800832
    801 == AM API additional Tests ==
    802 
    803 Two tests were run for individual AM API Compliance test based on GPO Dev request, their results are captured in this page.
    804 
    805 === test_ListResources_geni_compressed only ===
    806 
    807 Test output:
    808 
    809 {{{
    810 $ ./am_api_accept.py -a am-undertest -V 2 --debug Test.test_ListResources_geni_compressed
    811 Not wellformed XML:  syntax error: line 1, column 0
    812 F
    813 ======================================================================
    814 FAIL: test_ListResources_geni_compressed: Passes if 'ListResources' returns an advertisement RSpec.
    815 ----------------------------------------------------------------------
    816 Traceback (most recent call last):
    817   File "./am_api_accept.py", line 335, in test_ListResources_geni_compressed
    818     self.subtest_ListResources()
    819   File "./am_api_accept.py", line 602, in subtest_ListResources
    820     % (agg_name, rspec[:100]))
    821 AssertionError: Return from 'ListResources' at aggregate 'unspecified_AM_URN' expected to be XML but instead returned:
    822 eAHtXVtv2zq2ft+/wsh5Oz6OfGkzrdF0MG0znT3oLgZt9zkPg0GhOKojbFsOJLmXf394ERcXJUqmSMqxdxmgjRWL5OLi4sd1I/ni
    823 ... edited for length ...
    824 
    825 ----------------------------------------------------------------------
    826 Ran 1 test in 5.628s
    827 
    828 FAILED (failures=1)
    829 }}}
    830 
    831 Files attached are: [http://groups.geni.net/geni/attachment/wiki/GENIRacksHome/ExogeniRacks/AggregateSurvey/acceptance-listresources.log acceptance-listresource.log] and a the tee output for the same test [http://groups.geni.net/geni/attachment/wiki/GENIRacksHome/ExogeniRacks/AggregateSurvey/test_ListResources_geni_compressed-log.txt test_ListResources_geni_compressed-log.txt].
     833
     834
    832835
    833836=== Omni_config for acceptance tests ===