Merge "functests: don't crash if no second account"

This commit is contained in:
Zuul
2017-10-16 13:11:04 +00:00
committed by Gerrit Code Review

View File

@@ -40,7 +40,7 @@ def tearDownModule():
class TestObject(unittest2.TestCase):
def setUp(self):
if tf.skip:
if tf.skip or tf.skip2:
raise SkipTest
self.container = uuid4().hex