Remove unnecessary code

The code has to be fixed once blueprint: objects-from-bay
is implemented. Since the bp is implemented we can now
remove this.

Change-Id: I88b3905b066440d64db542ef7a365896e477f95a
Closes-Bug: #1504379
Depends-On: I664be1b00975b048e2289f5be3270b4a00520e80
This commit is contained in:
yatinkarel 2016-07-28 19:03:18 +05:30
parent 4b4d4b0f84
commit 0f3ebe9a42
1 changed files with 0 additions and 13 deletions

View File

@ -20,16 +20,3 @@ class TestKubernetesAPIs(base.BaseK8sTest):
"volume_driver": 'cinder',
"fixed_network": '192.168.0.0/24'
}
"""
NB : Bug1504379. This is placeholder and will be removed when all
the objects-from-bay patches are checked in.
def test_pods_list(self):
self.assertIsNotNone(self.cs.pods.list(self.bay.uuid))
def test_rcs_list(self):
self.assertIsNotNone(self.cs.rcs.list(self.bay.uuid))
def test_services_list(self):
self.assertIsNotNone(self.cs.services.list(self.bay.uuid))
"""