summaryrefslogtreecommitdiff
path: root/yarns/architecture.yarn
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-21 14:36:02 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-22 14:33:08 +0000
commit36b312b50a272daac9b2906f7af85b26dcc11608 (patch)
tree15c4d8ff4cf8ed81e43f559e262361b6949aa839 /yarns/architecture.yarn
parent91c2f6a9e45c11cacb213a75d70125ce4cf8dc73 (diff)
downloadmorph-36b312b50a272daac9b2906f7af85b26dcc11608.tar.gz
yarns: drop use of workspace
This should help clear the way for the eventual removal of deprecated workspace code and related commands: morph checkout etc Change-Id: I66298c4f9f790848962bd70ab434bef96cf96cb9
Diffstat (limited to 'yarns/architecture.yarn')
-rw-r--r--yarns/architecture.yarn15
1 files changed, 6 insertions, 9 deletions
diff --git a/yarns/architecture.yarn b/yarns/architecture.yarn
index b558e378..faa0f291 100644
--- a/yarns/architecture.yarn
+++ b/yarns/architecture.yarn
@@ -2,10 +2,9 @@ Morph Cross-Building Tests
==========================
SCENARIO building a system for a different architecture
- GIVEN a workspace
- AND a git server
+ GIVEN a git server
AND a system called base-system-testarch.morph for the test architecture in the git server
- WHEN the user checks out the system branch called master
+ WHEN the user clones definitions
AND the user attempts to build the system base-system-testarch.morph in branch master
THEN morph failed
AND the build error message includes the string "Are you trying to cross-build?"
@@ -16,10 +15,9 @@ Morph Cross-Bootstrap Tests
===========================
SCENARIO cross-bootstrapping a system for a different architecture
- GIVEN a workspace
- AND a git server
+ GIVEN a git server
AND a system called base-system-testarch.morph for the test architecture in the git server
- WHEN the user checks out the system branch called master
+ WHEN the user clones definitions
THEN the user cross-bootstraps the system base-system-testarch.morph in branch master of repo test:morphs to the arch testarch
FINALLY the git server is shut down
@@ -27,10 +25,9 @@ Architecture validation Tests
=============================
SCENARIO building a system with no architecture
- GIVEN a workspace
- AND a git server
+ GIVEN a git server
AND a system called base-system-noarch.morph with no architecture in the git server
- WHEN the user checks out the system branch called master
+ WHEN the user clones definitions
AND the user attempts to build the system base-system-testarch.morph in branch master
THEN morph failed
FINALLY the git server is shut down