[PATCH] KVM-Test: Add passthrough the keyval of the test into server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



   Add copying the keyval of guest test into client result dir so that server
can get it in autotest case.

Signed-off-by: sshang <sshang@xxxxxxxxxx>
---
 client/tests/kvm/kvm_test_utils.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/client/tests/kvm/kvm_test_utils.py b/client/tests/kvm/kvm_test_utils.py
index 699601e..eef5bec 100644
--- a/client/tests/kvm/kvm_test_utils.py
+++ b/client/tests/kvm/kvm_test_utils.py
@@ -316,6 +316,13 @@ def run_autotest(vm, session, control_path, timeout, outputdir):
         if not vm.copy_files_from("%s/results/default/*" % autotest_path,
                                   guest_results_dir):
             logging.error("Could not copy autotest results from guest")
+        else:
+            perf_file_path = os.path.join(guest_results_dir,"%s/results/keyval"\
+                                                                    % test_name)
+            if os.path.exists(perf_file_path):
+                logging.info("Copying perf keyval to host results")
+                perf_file_dest = os.path.join(test.outputdir,"results/keyval")
+                shutil.copyfile(perf_file_path,perf_file_dest)
 
 
     def get_results_summary():
-- 
1.5.5.6

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux