~hudson-openstack/glance/milestone-proposed

« back to all changes in this revision

Viewing changes to tests/functional/test_curl_api.py

  • Committer: Tarmac
  • Author(s): jaypipes at gmail
  • Date: 2011-05-27 17:27:01 UTC
  • mfrom: (134.1.1 trunk)
  • Revision ID: tarmac-20110527172701-ppahgz43bzz29w42
Call stop_servers() for those 2 test cases missing it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
                    "size": 5120}
495
495
        self.assertEqual(expected, image)
496
496
 
 
497
        self.stop_servers()
 
498
 
497
499
    def test_version_variations(self):
498
500
        """
499
501
        We test that various calls to the images and root endpoints are
997
999
        for image in images["images"]:
998
1000
            self.assertEqual(image["properties"]["pants"], "are on")
999
1001
            self.assertEqual(image["name"], "My Image!")
 
1002
 
 
1003
        self.stop_servers()