From 3819a6a8a1afc48be0b745a488b28a45018ac53b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 16 Oct 2006 14:26:31 -0400 Subject: It's simpler if imported distros and profiles are named after the path without mmodification, so we won't transmogrify them. --- tests/tests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/tests.py') 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 -- cgit