[PATCH 3/3] Correct call to util.get_basearch()

James Laska jlaska at redhat.com
Tue Sep 7 20:13:21 UTC 2010


---
 tests/rats_sanity/rats_sanity.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/rats_sanity/rats_sanity.py b/tests/rats_sanity/rats_sanity.py
index 1da8e32..8ae7081 100644
--- a/tests/rats_sanity/rats_sanity.py
+++ b/tests/rats_sanity/rats_sanity.py
@@ -39,7 +39,7 @@ class rats_sanity(AutoQATest):
     @ExceptionCatcher("self.run_once_failed")
     def run_once(self, baseurl, parents, name, **kwargs):
         if name:
-            name = "%s-%s" % (name, autoqa.util.get_basearch())
+            name = "%s-%s" % (name, util.get_basearch())
         else:
             name = baseurl
         os.chdir(self.bindir)
-- 
1.7.2.2



More information about the autoqa-devel mailing list