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
commit b75e8725b1
1 changed files with 1 additions and 1 deletions

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