Exemple #1
0
 def test_stage(self):
     t = MasherThread(u"F17", u"testing", [u"bodhi-2.0-1.fc17"], log, self.db_factory, self.tempdir)
     t.id = "f17-updates-testing"
     t.init_path()
     t.stage_repo()
     stage_dir = config.get("mash_stage_dir")
     link = os.path.join(stage_dir, t.id)
     self.assertTrue(os.path.islink(link))
Exemple #2
0
 def test_stage(self):
     t = MasherThread(u'F17', u'testing', [u'bodhi-2.0-1.fc17'], log,
                      self.db_factory, self.tempdir)
     t.id = 'f17-updates-testing'
     t.init_path()
     t.stage_repo()
     stage_dir = config.get('mash_stage_dir')
     link = os.path.join(stage_dir, t.id)
     self.assertTrue(os.path.islink(link))
Exemple #3
0
 def test_stage(self):
     t = MasherThread(u'F17', u'testing', [u'bodhi-2.0-1.fc17'],
                      log, self.db_factory, self.tempdir)
     t.id = 'f17-updates-testing'
     t.init_path()
     t.stage_repo()
     stage_dir = config.get('mash_stage_dir')
     link = os.path.join(stage_dir, t.id)
     self.assertTrue(os.path.islink(link))