Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: utils/test_importer.py

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/site_test_importer_attributes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/test_importer.py
diff --git a/utils/test_importer.py b/utils/test_importer.py
index 6a63b1ef8f3592eaa543759b75d99fede3428b71..00b912ccb9ddfea9375ea1985ade0e3ae5ecb62c 100755
--- a/utils/test_importer.py
+++ b/utils/test_importer.py
@@ -241,12 +241,6 @@ def update_tests_in_db(tests, dry_run=False, add_experimental=False,
_log_or_execute(repr(new_test), new_test.save)
add_label_dependencies(new_test)
-
- # save TestParameter
- for para_name in data.test_parameters:
- test_parameter = models.TestParameter.objects.get_or_create(
- test=new_test, name=para_name)[0]
- test_parameter.save()
def _set_attributes_clean(test, data):
« no previous file with comments | « utils/site_test_importer_attributes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698