Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 138)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#141 wontfix XML schema validators should use cached copies of schemas somebody hdempsey@bbn.com
Description

XML schema validators should not in general check remote URLs for the schema - if the schema has changed, code that uses the XML will be wrong. And someone could maliciously change the schema. And the availability of the web server should not impact whether the XML document validates.

#55 fixed WrongRspecType for manifest and advertisment RSpecs for AM API tests somebody lnevers@bbn.com
Description

Running the AM API Acceptance tests fails as follows:

$ ./am_api_accept.py -a am-undertest -V 2
F.F....F..FF.
======================================================================
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 625, in test_CreateSliver
    self.subtest_CreateSliverWorkflow()
  File "./am_api_accept.py", line 660, in subtest_CreateSliverWorkflow
    self.assertRspecType( manifest, 'manifest')
  File "/home/lnevers/gcf-1.6.2-rc3/src/omni_unittest.py", line 174, in assertRspecType
    raise WrongRspecType, msg
WrongRspecType: RSpec expected to have type 'manifest' but schema was not correct.

======================================================================
FAIL: test_CreateSliverWorkflow_multiSlice: Do CreateSliver workflow with multiple slices and ensure can not do ListResources on slices with the wrong credential.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./am_api_accept.py", line 936, in test_CreateSliverWorkflow_multiSlice
    self.assertRspecType( "".join(manifest[i]), 'manifest')
  File "/home/lnevers/gcf-1.6.2-rc3/src/omni_unittest.py", line 174, in assertRspecType
    raise WrongRspecType, msg
WrongRspecType: RSpec expected to have type 'manifest' but schema was not correct.

======================================================================
FAIL: test_ListResources: Passes if 'ListResources' returns an advertisement RSpec.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./am_api_accept.py", line 328, in test_ListResources
    self.subtest_ListResources()
  File "./am_api_accept.py", line 607, in subtest_ListResources
    self.assertRspecType( rspec, 'advertisement', typeOnly=typeOnly)
  File "/home/lnevers/gcf-1.6.2-rc3/src/omni_unittest.py", line 174, in assertRspecType
    raise WrongRspecType, msg
WrongRspecType: RSpec expected to have type 'advertisement' but schema was not correct.

======================================================================
FAIL: test_ListResources_geni_available: Passes if 'ListResources' returns an advertisement RSpec.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./am_api_accept.py", line 342, in test_ListResources_geni_available
    self.subtest_ListResources()
  File "./am_api_accept.py", line 607, in subtest_ListResources
    self.assertRspecType( rspec, 'advertisement', typeOnly=typeOnly)
  File "/home/lnevers/gcf-1.6.2-rc3/src/omni_unittest.py", line 174, in assertRspecType
    raise WrongRspecType, msg
WrongRspecType: RSpec expected to have type 'advertisement' but schema was not correct.

======================================================================
FAIL: test_ListResources_geni_compressed: Passes if 'ListResources' returns an advertisement RSpec.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./am_api_accept.py", line 335, in test_ListResources_geni_compressed
    self.subtest_ListResources()
  File "./am_api_accept.py", line 607, in subtest_ListResources
    self.assertRspecType( rspec, 'advertisement', typeOnly=typeOnly)
  File "/home/lnevers/gcf-1.6.2-rc3/src/omni_unittest.py", line 174, in assertRspecType
    raise WrongRspecType, msg
WrongRspecType: RSpec expected to have type 'advertisement' but schema was not correct.

----------------------------------------------------------------------
Ran 13 tests in 281.269s

FAILED (failures=5)

Manifest RSpecs contain the wrong schema name and URL. A sample Manifest from the test run:

<rspec type="manifest" xmlns="http://www.geni.net/resources/rspec/3" 
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">  

There are no Advertisement rspec type returned only type "manifest" even when expecting advertisement.

#34 fixed verify mechanism for protecting bbn-hn from SSH password-guessing attacks jonmills@renci.org chaos@bbn.com
Description

The publically-accessible node bbn-hn allows password-based SSH login. Explain how the node is protected against password-guessing attacks. GPO will verify that the specified mechanism works before closing the ticket.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.