summaryrefslogtreecommitdiff
path: root/morphlib/morphologyfactory_tests.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-15 10:51:25 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-15 10:51:25 +0000
commit8046bf0aa9e3258be6ed79dc529ac6373c37c2d7 (patch)
tree597d69de79831696f879c52fa580733ecd0175e6 /morphlib/morphologyfactory_tests.py
parent1f06e41bfe51b8b9263135902ab5d990541b8cb0 (diff)
parentd2eb452ee48253d6e90f7aa4f6c41b6fd8cdf009 (diff)
downloadmorph-8046bf0aa9e3258be6ed79dc529ac6373c37c2d7.tar.gz
Merge branch 'samthursfield/build-essential-2-rebase'
Conflicts: morphlib/bins_tests.py Reviewed-By: consensus
Diffstat (limited to 'morphlib/morphologyfactory_tests.py')
-rw-r--r--morphlib/morphologyfactory_tests.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/morphlib/morphologyfactory_tests.py b/morphlib/morphologyfactory_tests.py
index dbdb4228..798e2e22 100644
--- a/morphlib/morphologyfactory_tests.py
+++ b/morphlib/morphologyfactory_tests.py
@@ -229,18 +229,6 @@ class MorphologyFactoryTests(unittest.TestCase):
morph = self.mf.get_morphology('reponame', 'sha1', 'system.morph')
self.assertEqual(morph.builds_artifacts, ['system-rootfs'])
- def test_sets_needs_staging_for_chunk(self):
- morph = self.mf.get_morphology('reponame', 'sha1', 'chunk.morph')
- self.assertEqual(morph.needs_staging_area, True)
-
- def test_does_not_set_needs_staging_for_stratum(self):
- morph = self.mf.get_morphology('reponame', 'sha1', 'stratum.morph')
- self.assertEqual(morph.needs_staging_area, False)
-
- def test_does_not_set_needs_staging_for_system(self):
- morph = self.mf.get_morphology('reponame', 'sha1', 'system.morph')
- self.assertEqual(morph.needs_staging_area, False)
-
def test_does_not_set_needs_artifact_metadata_cached_for_chunk(self):
morph = self.mf.get_morphology('reponame', 'sha1', 'chunk.morph')
self.assertEqual(morph.needs_artifact_metadata_cached, False)