summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-28 15:31:29 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-29 15:16:28 +0100
commitecefb2d1936221ccf21cbad6db2fe73cd229f4f5 (patch)
treebdf91e898213f0daaa7d4c06598a920f096b5d79 /tests.as-root
parentf2415383628cb22c5646d96b0e7bbfd6d0629072 (diff)
downloadmorph-ecefb2d1936221ccf21cbad6db2fe73cd229f4f5.tar.gz
Strata contain "chunks", not "sources"
Rename "sources" field of stratum morphologies to "chunks".
Diffstat (limited to 'tests.as-root')
-rwxr-xr-xtests.as-root/disk-builds-rootfs-and-kernel.script2
-rwxr-xr-xtests.as-root/make-patch.script2
-rwxr-xr-xtests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script2
-rwxr-xr-xtests.as-root/setup2
-rwxr-xr-xtests.as-root/syslinux-disk-builds-rootfs-and-kernel.script2
-rwxr-xr-xtests.as-root/syslinux-fails-if-no-mbr-found.script2
-rwxr-xr-xtests.as-root/system-overlap.script4
7 files changed, 8 insertions, 8 deletions
diff --git a/tests.as-root/disk-builds-rootfs-and-kernel.script b/tests.as-root/disk-builds-rootfs-and-kernel.script
index 3b3c62c4..aacebae8 100755
--- a/tests.as-root/disk-builds-rootfs-and-kernel.script
+++ b/tests.as-root/disk-builds-rootfs-and-kernel.script
@@ -43,7 +43,7 @@ cat <<EOF >stratum.morph
{
"name": "stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "hello",
"repo": "test:chunk-repo",
diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script
index bd14c5a9..9fd58303 100755
--- a/tests.as-root/make-patch.script
+++ b/tests.as-root/make-patch.script
@@ -24,7 +24,7 @@ cat <<EOF > "$DATADIR/morphs-repo/hello-stratum.morph"
{
"name": "hello-stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "hello",
"repo": "test:chunk-repo",
diff --git a/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script b/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
index 30055745..ed1dd642 100755
--- a/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
+++ b/tests.as-root/rootfs-tarball-builds-rootfs-and-kernel.script
@@ -45,7 +45,7 @@ cat <<EOF >stratum.morph
{
"name": "stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "hello",
"repo": "test:chunk-repo",
diff --git a/tests.as-root/setup b/tests.as-root/setup
index 7564292a..5b63b685 100755
--- a/tests.as-root/setup
+++ b/tests.as-root/setup
@@ -90,7 +90,7 @@ cat <<EOF > hello-stratum.morph
{
"name": "hello-stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "hello",
"repo": "test:chunk-repo",
diff --git a/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script b/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
index f23ac55f..7f2a6f01 100755
--- a/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
+++ b/tests.as-root/syslinux-disk-builds-rootfs-and-kernel.script
@@ -50,7 +50,7 @@ cat <<EOF >stratum.morph
{
"name": "stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "hello",
"repo": "test:chunk-repo",
diff --git a/tests.as-root/syslinux-fails-if-no-mbr-found.script b/tests.as-root/syslinux-fails-if-no-mbr-found.script
index ef0cf33d..3e46f918 100755
--- a/tests.as-root/syslinux-fails-if-no-mbr-found.script
+++ b/tests.as-root/syslinux-fails-if-no-mbr-found.script
@@ -50,7 +50,7 @@ cat <<EOF >stratum.morph
{
"name": "stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "hello",
"repo": "test:chunk-repo",
diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script
index 4b39aa04..17f1bf17 100755
--- a/tests.as-root/system-overlap.script
+++ b/tests.as-root/system-overlap.script
@@ -43,7 +43,7 @@ cat <<EOF >foo-baz-stratum.morph
{
"name": "foo-baz-stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "overlap-foo-baz",
"repo": "test:chunk-repo",
@@ -63,7 +63,7 @@ cat <<EOF >foo-barqux-stratum.morph
{
"name": "foo-barqux-stratum",
"kind": "stratum",
- "sources": [
+ "chunks": [
{
"name": "overlap-foobar",
"repo": "test:chunk-repo",