cleanup comments on test
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ceffaf9d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ceffaf9d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ceffaf9d Branch: refs/heads/trunk Commit: ceffaf9d077d84a8e8ecb974062fadc7313437f3 Parents: d179167 Author: Mario Loria <ma...@arroyonetworks.com> Authored: Fri Oct 7 20:47:34 2016 -0400 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Sat Oct 8 13:29:22 2016 +1100 ---------------------------------------------------------------------- libcloud/test/container/test_rancher.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ceffaf9d/libcloud/test/container/test_rancher.py ---------------------------------------------------------------------- diff --git a/libcloud/test/container/test_rancher.py b/libcloud/test/container/test_rancher.py index 2d1cc4d..743c2d3 100644 --- a/libcloud/test/container/test_rancher.py +++ b/libcloud/test/container/test_rancher.py @@ -56,13 +56,11 @@ class RancherContainerDriverTestCase(unittest.TestCase): self.assertEqual(stack['environment']['root_password'], "password") def test_ex_search_stacks(self): - # also uses ex_list_stacks.json stacks = self.driver.ex_search_stacks({"healthState": "healthy"}) self.assertEqual(len(stacks), 6) self.assertEqual(stacks[0]['healthState'], "healthy") def test_ex_destroy_stack(self): - # Not sure how to do these with returns in mockhttp response = self.driver.ex_destroy_stack("1e10") self.assertEqual(response, True)