summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/cachekeycomputer_tests.py')
-rw-r--r--morphlib/cachekeycomputer_tests.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/morphlib/cachekeycomputer_tests.py b/morphlib/cachekeycomputer_tests.py
index 24cc636d..7ace9c36 100644
--- a/morphlib/cachekeycomputer_tests.py
+++ b/morphlib/cachekeycomputer_tests.py
@@ -77,8 +77,16 @@ class CacheKeyComputerTests(unittest.TestCase):
"name": "system",
"kind": "system",
"strata": [
- "stratum",
- "stratum2"
+ {
+ "morph": "stratum",
+ "repo": "repo",
+ "ref": "original/ref"
+ },
+ {
+ "morph": "stratum2",
+ "repo": "repo",
+ "ref": "original/ref"
+ }
]
}''',
}.iteritems():