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

Unified Diff: client/tests/kvm/kvm_utils.py

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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 | « client/tests/kvm/kvm_scheduler.py ('k') | client/tests/kvm/scripts/virtio_console_guest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/kvm_utils.py
diff --git a/client/tests/kvm/kvm_utils.py b/client/tests/kvm/kvm_utils.py
index 44ebb88994c750c032c5ef6066319d3830ec10f1..9e25a0a2ed61206e860c71246fe54e388e4bd09e 100644
--- a/client/tests/kvm/kvm_utils.py
+++ b/client/tests/kvm/kvm_utils.py
@@ -1101,7 +1101,7 @@ def run_tests(test_list, job):
if dict.get("skip") == "yes":
continue
dependencies_satisfied = True
- for dep in dict.get("depend"):
+ for dep in dict.get("dep"):
for test_name in status_dict.keys():
if not dep in test_name:
continue
« no previous file with comments | « client/tests/kvm/kvm_scheduler.py ('k') | client/tests/kvm/scripts/virtio_console_guest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698