avocado.sysinfo: Add additional sysinfo commands and files

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 598a851c
......@@ -20,7 +20,13 @@ _DEFAULT_COMMANDS_START_JOB = ["df -mP",
"mount",
"hostname",
"uptime",
"dmidecode"]
"dmidecode",
"ifconfig -a",
"brctl show",
"ip link",
"numactl --hardware show",
"lscpu",
"fdisk -l"]
_DEFAULT_COMMANDS_END_JOB = []
_DEFAULT_FILES_START_JOB = ["/proc/cmdline",
......@@ -32,7 +38,10 @@ _DEFAULT_FILES_START_JOB = ["/proc/cmdline",
"/proc/cpuinfo",
"/proc/modules",
"/proc/interrupts",
"/proc/partitions"]
"/proc/partitions",
"/sys/kernel/debug/sched_features",
"/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
"/sys/devices/system/clocksource/clocksource0/current_clocksource"]
_DEFAULT_FILES_END_JOB = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册