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

Unified Diff: client/tests/kvm/scan_results.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 | « client/tests/kvm/migration_control.srv ('k') | client/tests/kvm/scripts/allocator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/scan_results.py
diff --git a/client/tests/kvm/scan_results.py b/client/tests/kvm/scan_results.py
index 97105fb98d8fa4ecfba04804c368a0e8b4f940bf..a339a8577c74a153d91937afdc5d4a8ab6931e2b 100755
--- a/client/tests/kvm/scan_results.py
+++ b/client/tests/kvm/scan_results.py
@@ -38,7 +38,7 @@ def parse_results(text):
test_status = parts[0].split()[1]
# Remove "kvm." prefix
if test_name.startswith("kvm."):
- test_name = test_name[4:]
+ test_name = test_name.split("kvm.")[1]
result_list.append((test_name, test_status,
int(end_time - start_time), info))
« no previous file with comments | « client/tests/kvm/migration_control.srv ('k') | client/tests/kvm/scripts/allocator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698