aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zhijian <zhijianx.li@intel.com>2019-07-01 14:22:52 +0800
committerPhilip Li <philip.li@intel.com>2019-07-01 22:38:00 +0800
commit8d52987f157bae461fbedfd07a3e4fcc22a6d0f8 (patch)
tree5c27f81f7d492cdb1f3a354b34b37405d81afaa8
parente41ba40d95269a7bc8f199ed0fa02c3897012c23 (diff)
downloadlkp-tests-8d52987f157bae461fbedfd07a3e4fcc22a6d0f8.tar.gz
lib/result.rb: delete qemu and linux info from kvm:default scheme
after this patch, kvm:default is same with default Signed-off-by: Li Zhijian <zhijianx.li@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rwxr-xr-xlib/result.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/result.rb b/lib/result.rb
index 2bb6a23b..8c1c46dd 100755
--- a/lib/result.rb
+++ b/lib/result.rb
@@ -31,7 +31,7 @@ class ResultPath < Hash
PATH_SCHEME = {
'default' => %w[path_params tbox_group rootfs kconfig compiler commit run],
- 'kvm:default' => %w[path_params tbox_group rootfs kconfig compiler commit qemu_config qemu_commit linux_commit run],
+ 'kvm:default' => %w[path_params tbox_group rootfs kconfig compiler commit run],
'health-stats' => %w[path_params run],
'lkp-bug' => %w[path_params run],
'hwinfo' => %w[tbox_group run],