#351 Add full qemu cmd to the output
Merged 5 years ago by astepano. Opened 5 years ago by bookwar.
bookwar/standard-test-roles debug-qemu-cmd  into  master

@@ -392,6 +392,7 @@ 

      if diagnose:

          qemu_cmd += ["-vnc", DEF_HOST + ":1,to=4095"]

      # Launch QEMU:

+     logger.info("Qemu CMD: {}".format(" ".join(qemu_cmd)))

      qemu_proc = subprocess.Popen(qemu_cmd, stdout=open(log_qemu, 'a'), stderr=subprocess.STDOUT)

      time.sleep(5)

      if qemu_proc and diagnose:

This will simplify debugging in cases when we need to know how test vm was configured.

Commit aacf98b fixes this pull-request

Pull-Request has been merged by astepano

5 years ago

Pull-Request has been merged by astepano

5 years ago