summaryrefslogtreecommitdiff
path: root/morphlib/cachedir_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/cachedir_tests.py')
-rw-r--r--morphlib/cachedir_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/morphlib/cachedir_tests.py b/morphlib/cachedir_tests.py
index 43686427..f02f80e1 100644
--- a/morphlib/cachedir_tests.py
+++ b/morphlib/cachedir_tests.py
@@ -71,7 +71,7 @@ class CacheDirTests(unittest.TestCase):
'kind': 'chunk',
'ref': 'DEADBEEF',
'repo': 'git://git.baserock.org/hello/',
- 'arch': 'armel',
+ 'arch': 'armv7',
}
pathname = self.cachedir.name(dict_key)
self.assert_(pathname.startswith(self.cachedir.dirname + '/'))
@@ -82,7 +82,7 @@ class CacheDirTests(unittest.TestCase):
'kind': 'stratum',
'ref': 'DEADBEEF',
'repo': 'git://git.baserock.org/hello/',
- 'arch': 'armel',
+ 'arch': 'armv7',
}
pathname = self.cachedir.name(dict_key)
self.assert_(pathname.startswith(self.cachedir.dirname + '/'))
@@ -92,7 +92,7 @@ class CacheDirTests(unittest.TestCase):
dict_key = {
'ref': 'DEADBEEF',
'repo': 'git://git.baserock.org/hello/',
- 'arch': 'armel',
+ 'arch': 'armv7',
}
pathname = self.cachedir.name(dict_key)
self.assert_(pathname.startswith(self.cachedir.dirname + '/'))