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

Unified Diff: client/bin/base_sysinfo.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 | « no previous file | client/bin/base_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/base_sysinfo.py
diff --git a/client/bin/base_sysinfo.py b/client/bin/base_sysinfo.py
index 7e06f140988793585a3877c2d42da5e1a52aef8c..e37eab0eb440597fc33615f7978f67cea1115afa 100644
--- a/client/bin/base_sysinfo.py
+++ b/client/bin/base_sysinfo.py
@@ -6,15 +6,16 @@ from autotest_lib.client.bin import utils, package
_DEFAULT_COMMANDS_TO_LOG_PER_TEST = []
_DEFAULT_COMMANDS_TO_LOG_PER_BOOT = [
- "lspci -vvn", "mount", "uptime",
+ "lspci -vvn", "gcc --version", "ld --version", "mount", "hostname",
+ "uptime",
]
_DEFAULT_COMMANDS_TO_LOG_BEFORE_ITERATION = []
_DEFAULT_COMMANDS_TO_LOG_AFTER_ITERATION = []
_DEFAULT_FILES_TO_LOG_PER_TEST = []
_DEFAULT_FILES_TO_LOG_PER_BOOT = [
- "/proc/meminfo", "/proc/slabinfo", "/proc/version", "/proc/cpuinfo",
- "/proc/modules", "/proc/interrupts", "/proc/partitions",
+ "/proc/pci", "/proc/meminfo", "/proc/slabinfo", "/proc/version",
+ "/proc/cpuinfo", "/proc/modules", "/proc/interrupts", "/proc/partitions",
]
_DEFAULT_FILES_TO_LOG_BEFORE_ITERATION = [
"/proc/schedstat", "/proc/meminfo", "/proc/slabinfo", "/proc/interrupts"
« no previous file with comments | « no previous file | client/bin/base_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698