test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 01/15] tests/virtio_user_as_exceptional_path:Change the relative path to an absolute path.
@ 2019-08-29  7:16 zhu,shuai
  2019-08-29  7:16 ` [dts] [PATCH V1 02/15] tests/loopback_virtio_user_server_mode:Change " zhu,shuai
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: zhu,shuai @ 2019-08-29  7:16 UTC (permalink / raw)
  To: dts; +Cc: yinan.wang, zhu,shuai

Change the relative path to an absolute path.

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 tests/TestSuite_virtio_user_as_exceptional_path.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_virtio_user_as_exceptional_path.py b/tests/TestSuite_virtio_user_as_exceptional_path.py
index 0330f7e..1b1609e 100644
--- a/tests/TestSuite_virtio_user_as_exceptional_path.py
+++ b/tests/TestSuite_virtio_user_as_exceptional_path.py
@@ -79,13 +79,14 @@ class TestVirtioUserAsExceptionalPath(TestCase):
             self.socket_mem = '1024,1024'
 
         self.prepare_dpdk()
+        self.base_dir = self.dut.base_dir.replace('~', '/root')
 
     def set_up(self):
         #
         # Run before each test case.
         #
         # Clean the execution ENV
-        self.dut.send_expect("rm -rf ./vhost-net*", "#")
+        self.dut.send_expect("rm -rf %s/vhost-net*" % self.base_dir, "#")
         self.dut.send_expect("killall -s INT testpmd", "#")
         self.dut.send_expect("killall -s INT qemu-system-x86_64", "#")
         self.dut.send_expect("modprobe vhost-net", "#")
@@ -222,7 +223,7 @@ class TestVirtioUserAsExceptionalPath(TestCase):
         #
         self.dut.send_expect("killall -s INT testpmd", "#")
         self.dut.send_expect("killall -s INT qemu-system-x86_64", "#")
-        self.dut.send_expect("rm -rf ./vhost-net", "#")
+        self.dut.send_expect("rm -rf %s/vhost-net" % self.base_dir, "#")
         time.sleep(2)
         self.dut.send_expect(
             "./usertools/dpdk-devbind.py -u %s" % (self.peer_pci), '# ', 30)
-- 
2.17.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-08-29  7:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29  7:16 [dts] [PATCH V1 01/15] tests/virtio_user_as_exceptional_path:Change the relative path to an absolute path zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 02/15] tests/loopback_virtio_user_server_mode:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 03/15] tests/loopback_multi_queues:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 04/15] tests/loopback_multi_paths_port_restart:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 05/15] tests/vhost_enqueue_interrupt:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 06/15] tests/vhost_virtio_user_interrupt:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 07/15] tests/vhost_event_idx_interrupt:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 08/15] tests/vm2vm_virtio_pmd:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 09/15] tests/vm2vm_virtio_net_perf:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 10/15] tests/vhost_multi_queue_qemu:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 11/15] tests/vhost_1024_ethports:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 12/15] tests/vdev_primary_secondary:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 13/15] tests/dpdk_gso_lib:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 14/15] tests/dpdk_gro_lib:Change " zhu,shuai
2019-08-29  7:16 ` [dts] [PATCH V1 15/15] tests/vhost_pmd_xstats:Change " zhu,shuai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).