Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 138)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#6 fixed Manifest RSpec does not include valid stitching element and attribute 'lastUpdateTime' ibaldin@renci.org lnevers@bbn.com
Description

Using version ??? on 04/26/2012:

Manifest RSpec for slice generate the following failures:

$ rspeclint lnexo11-rspec-bbn-hn-exogeni-net-11443-orca.xml 
Line 34: Failed validation with root at element: Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}stitching': The element is not 'nillable'.
Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}stitching': The attribute 'lastUpdateTime' is required but missing.
: ns2:stitching
#7 duplicate Advertisment RSpec fails with various errors ibaldin@renci.org lnevers@bbn.com
Description

Using version ?? on 04/26/2012:

There are various new failures with rspeclint with the advertisement from either racks:

$ rspeclint rspec-bbn-hn-exogeni-net-11443-orca.xml
Ignoring node ns3:node_type with unknown namespace http://www.protogeni.net/resources/rspec/ext/emulab/1
Line 20: Failed validation with root at element: Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}aggregate': The attribute 'id' is required but missing.
Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}aggregate': The attribute 'url' is required but missing.
Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}capacity': This element is not expected. Expected is ( {http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}trafficEngineeringMetric ).
Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}aggregate': The attribute 'id' is required but missing.
Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}aggregate': The attribute 'url' is required but missing.
Schemas validity error : Element '{http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}capacity': This element is not expected. Expected is ( {http://hpn.east.isi.edu/rspec/ext/stitch/0.1/}trafficEngineeringMetric ).
: ns2:stitching
#15 fixed AM API acceptance tests report a mismatch between component_id in manifest and request rspecs ibaldin@renci.org lnevers@bbn.com
Description

The AM API test report that the manifest rspec include component_ids that do not match the component_id in the request rspec. Here is the test output:

$ ./am_api_accept.py -a am-undertest -V 2 --debug --ProtoGENIv2 
F.F..........
======================================================================
FAIL: test_CreateSliver: Passes if the sliver creation workflow succeeds.  Use --rspec-file to replace the default request RSpec.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./am_api_accept.py", line 612, in test_CreateSliver
    self.subtest_CreateSliverWorkflow()
  File "./am_api_accept.py", line 678, in subtest_CreateSliverWorkflow
    "but did not." % slicename)
  File "/home/lnevers/gcf-1.6.1-mod1/src/omni_unittest.py", line 154, in assertCompIDsEqual
    raise NotEqualComponentIDsError, msg
NotEqualComponentIDsError: Request RSpec and Manifest RSpec returned by 'ListResources' on slice 'acclne-151825' expected to have same component_ids but did not.

The request RSpec includes a client_id="geni1":

<?xml version="1.0" encoding="UTF-8"?>
<rspec type="request"
xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/request.xsd"
    xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://www.protogeni.net/resources/rspec/2">
<node client_id="geni1" component_manager_id="urn:publicid:IDN+bbnvmsite+authority+cm">
 <sliver_type name="m1.small">
   <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.
2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9" />
 </sliver_type>
</node>
</rspec>

The Manifest RSpec includes a client_id="9a1c9fec-63ec-4d9f-a670-b979bdf1a474#geni1":

<rspec type="manifest" xmlns="http://www.protogeni.net/resources/rspec/2" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">  
      <node client_id="9a1c9fec-63ec-4d9f-a670-b979bdf1a474#geni1" component_id="urn:publicid:IDN+geni-orca.renci.org+bbnvmsite.rdf#bbnvmsite/Domain" exclusive="true" sliver_id="urn:publicid:IDN+geni-orca.renci.org+sliver+urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ln0503+9a1c9fec-63ec-4d9f-a670-b979bdf1a474#geni1">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="9a1c9fec-63ec-4d9f-a670-b979bdf1a474#geni1:if1"/>    
      </node>  
</rspec>
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.