Fix some table names in tko/parse.py

Signed-off-by: James Ren <[email protected]>

--- autotest/tko/parse.py       2010-08-03 11:42:15.000000000 -0700
+++ autotest/tko/parse.py       2010-08-03 11:42:15.000000000 -0700
@@ -130,11 +130,11 @@
                                  (test.testname, test.subdir))
         for test_idx in old_tests.itervalues():
             where = {'test_idx' : test_idx}
-            db.delete('iteration_result', where)
-            db.delete('iteration_attributes', where)
-            db.delete('test_attributes', where)
-            db.delete('test_labels_tests', {'test_id': test_idx})
-            db.delete('tests', where)
+            db.delete('tko_iteration_result', where)
+            db.delete('tko_iteration_attributes', where)
+            db.delete('tko_test_attributes', where)
+            db.delete('tko_test_labels_tests', {'test_id': test_idx})
+            db.delete('tko_tests', where)
 
     # check for failures
     message_lines = [""]
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to