summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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