summaryrefslogtreecommitdiff
path: root/morphlib/artifactresolver_tests.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-09-20 13:40:11 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-09-20 13:40:11 +0000
commitb01cff3d2af3b9a3fb410a18bdc2478a33360fac (patch)
tree7b70840992452f402f10290c0ae7d8d3000fbd52 /morphlib/artifactresolver_tests.py
parentdbc7cee2d8c0c307e8805bde876b30f2fac2eb46 (diff)
downloadmorph-b01cff3d2af3b9a3fb410a18bdc2478a33360fac.tar.gz
Rename arm to armv7 and be consistent
armv5 and armv7 are different enough to be a problem, so specify which particular arm sub-architecture we currently support.
Diffstat (limited to 'morphlib/artifactresolver_tests.py')
-rw-r--r--morphlib/artifactresolver_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/artifactresolver_tests.py b/morphlib/artifactresolver_tests.py
index 5510b1cf..b685902e 100644
--- a/morphlib/artifactresolver_tests.py
+++ b/morphlib/artifactresolver_tests.py
@@ -212,7 +212,7 @@ class ArtifactResolverTests(unittest.TestCase):
{
"name": "foo",
"kind": "system",
- "arch": "arm"
+ "arch": "armv7"
}
''')
morph.builds_artifacts = ['foo-rootfs', 'foo-kernel']