make sure the right target gets set if common is specified at the project level

This commit is contained in:
Brian Stinson 2015-07-19 21:41:48 -05:00
parent f7e2afbdd8
commit 47c4aa0677

View file

@ -29,6 +29,9 @@ class TestDistgitOnlySig(unittest.TestCase):
def test_releasename_gets_set(self):
self.assertEqual(self.d.releasename, None)
def test_target_gets_set(self):
self.assertEqual(self.d.target, 'cloud7-common-el7')
class TestDistgitSigAndCommon(unittest.TestCase):
def setUp(self):
self.branchstring = 'sig-cloud7-common'