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

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

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (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/tests/nicdriver_unload.py ('k') | client/tests/kvm/tests/set_link.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/tests/pci_hotplug.py
diff --git a/client/tests/kvm/tests/pci_hotplug.py b/client/tests/kvm/tests/pci_hotplug.py
index 4bb8bfbf55093828e6fec740e6d2ad97794b3aa6..08061208320ef99f804487dcbba1642aa0d0e3ab 100644
--- a/client/tests/kvm/tests/pci_hotplug.py
+++ b/client/tests/kvm/tests/pci_hotplug.py
@@ -130,7 +130,7 @@ def run_pci_hotplug(test, params, env):
(cmd_type, tested_model))
after_add = vm.monitor.info("pci")
- if not id in after_add:
+ if not device_id in after_add:
raise error.TestFail("Add device failed. Monitor command is: %s"
". Output: %r" % (pci_add_cmd, add_output))
« no previous file with comments | « client/tests/kvm/tests/nicdriver_unload.py ('k') | client/tests/kvm/tests/set_link.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698