From 7e5bab59aa4c292e93654892e656d807891084ba Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 23 Mar 2015 16:00:23 +0000 Subject: Add a test for partial deployment Change-Id: Iaab620f3d9ebc037fe024db933b03e8f40ca40a4 --- yarns/deployment.yarn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'yarns/deployment.yarn') diff --git a/yarns/deployment.yarn b/yarns/deployment.yarn index 6ec8c0af..85bb2c9d 100644 --- a/yarns/deployment.yarn +++ b/yarns/deployment.yarn @@ -301,6 +301,28 @@ deployment. THEN morph failed FINALLY the git server is shut down +Deploying only part of a system +------------------------------- + +It is possible to only deploy one or more strata or chunks from a system +when deploying to a tarball or sysroot. + + SCENARIO partially deploying a system + GIVEN a workspace + AND a git server + WHEN the user checks out the system branch called master + AND the user builds the system systems/test-system.morph in branch master + AND the user attempts to partially deploy tar from cluster clusters/partial-test-cluster.morph in branch master + THEN morph succeeded + WHEN the user attempts to partially deploy sysroot from cluster clusters/partial-test-cluster.morph in branch master + THEN morph succeeded + +However, it is not possible to do this when the deployment type is +something other than tarball or sysroot. + + WHEN the user attempts to partially deploy rawdisk from cluster clusters/partial-test-cluster.morph in branch master + THEN morph failed + Deploying branch-from-image produced systems ============================================ -- cgit v1.2.1