summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-16 14:26:31 -0400
committerJim Meyering <jim@meyering.net>2006-10-16 14:26:31 -0400
commit3819a6a8a1afc48be0b745a488b28a45018ac53b (patch)
tree8301ecfcf9e923fae77e042f6a919dc2bef06410 /tests/tests.py
parent0e367742e560e50a2d413001723ce27acff44b7b (diff)
downloadthird_party-cobbler-3819a6a8a1afc48be0b745a488b28a45018ac53b.tar.gz
third_party-cobbler-3819a6a8a1afc48be0b745a488b28a45018ac53b.tar.xz
third_party-cobbler-3819a6a8a1afc48be0b745a488b28a45018ac53b.zip
It's simpler if imported distros and profiles are named after the path without mmodification, so we won't transmogrify them.
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 4911303..243934b 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -307,11 +307,11 @@ class TestImport(BootTest):
# below:
# partial name of distro: current count, passing count, required arch
haystacks = {
- "import_testdata_RHEL-4_U4_AS_ia64_tree_images_pxeboot" : [0, 1, "ia64" ],
- "import_testdata_RHEL-4_U4_AS_i386_tree_images_pxeboot" : [0, 1, "x86" ],
- "import_testdata_RHEL-4_U4_AS_x86_64_tree_images_pxeboot" : [0, 1, "x86_64" ],
- "import_testdata_core_5_i386_os_images_pxeboot" : [ 0, 1, "x86" ],
- "import_testdata_core_5_i386_os_images_xen" : [0, 1, "x86" ],
+ "import_testdata/RHEL-4/U4/AS/ia64/tree/images/pxeboot" : [0, 1, "ia64" ],
+ "import_testdata/RHEL-4/U4/AS/i386/tree/images/pxeboot" : [0, 1, "x86" ],
+ "import_testdata/RHEL-4/U4/AS/x86_64/tree/images/pxeboot" : [0, 1, "x86_64" ],
+ "import_testdata/core/5/i386/os/images/pxeboot" : [ 0, 1, "x86" ],
+ "import_testdata/core/5/i386/os/images/xen" : [0, 1, "x86" ],
}
# first go through all found distros and count the matches