From: zhuwenhui <wenhuix.zhu@intel.com>
To: dts@dpdk.org
Cc: zhuwenhui <wenhuix.zhu@intel.com>
Subject: [dts] [PATCH V1 3/8] tests/pvp_vhost_user_reconnect:vhost-net changed to absolute path
Date: Wed, 4 Sep 2019 14:55:39 +0800 [thread overview]
Message-ID: <1567580144-140807-3-git-send-email-wenhuix.zhu@intel.com> (raw)
In-Reply-To: <1567580144-140807-1-git-send-email-wenhuix.zhu@intel.com>
Vhost-net changed to absolute path.
Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
---
tests/TestSuite_pvp_vhost_user_reconnect.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_pvp_vhost_user_reconnect.py b/tests/TestSuite_pvp_vhost_user_reconnect.py
index 69c4bed..c5c7b96 100644
--- a/tests/TestSuite_pvp_vhost_user_reconnect.py
+++ b/tests/TestSuite_pvp_vhost_user_reconnect.py
@@ -83,6 +83,7 @@ class TestPVPVhostUserReconnect(TestCase):
self.tester.send_expect('mkdir -p %s' % self.out_path, '# ')
# create an instance to set stream field setting
self.pktgen_helper = PacketGeneratorHelper()
+ self.base_dir = self.dut.base_dir.replace('~', '/root')
def set_up(self):
"""
@@ -91,7 +92,7 @@ class TestPVPVhostUserReconnect(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, "# ")
self.vhost_user = self.dut.new_session(suite="vhost-user")
def launch_testpmd_as_vhost_user(self):
@@ -100,7 +101,7 @@ class TestPVPVhostUserReconnect(TestCase):
"""
vdev_info = ""
for i in range(self.vm_num):
- vdev_info += "--vdev 'net_vhost%d,iface=vhost-net%d,client=1,queues=1' " % (i, i)
+ vdev_info += "--vdev 'net_vhost%d,iface=%s/vhost-net%d,client=1,queues=1' " % (i, self.base_dir, i)
self.vhostapp_testcmd = self.dut.base_dir + \
"/%s/app/testpmd -c %s -n %d --socket-mem %s --legacy-mem" + \
" --file-prefix=vhost %s" + \
@@ -119,7 +120,7 @@ class TestPVPVhostUserReconnect(TestCase):
"""
vdev_info = ""
for i in range(self.vm_num):
- vdev_info += "--vdev 'net_vhost%d,iface=vhost-net%d,client=1,queues=1' " % (i, i)
+ vdev_info += "--vdev 'net_vhost%d,iface=%s/vhost-net%d,client=1,queues=1' " % (i, self.base_dir, i)
self.vhostapp_testcmd = self.dut.base_dir + \
"/%s/app/testpmd -c %s -n %d --socket-mem %s --legacy-mem" + \
" --no-pci --file-prefix=vhost %s" + \
@@ -180,7 +181,7 @@ class TestPVPVhostUserReconnect(TestCase):
vm_info = VM(self.dut, 'vm%d' % i, 'vhost_sample')
vm_params = {}
vm_params['driver'] = 'vhost-user'
- vm_params['opt_path'] = './vhost-net%d' % (i)
+ vm_params['opt_path'] = '%s/vhost-net%d' % (self.base_dir, i)
vm_params['opt_mac'] = '52:54:00:00:00:0%d' % (i+1)
vm_params['opt_server'] = 'server'
vm_params['opt_settings'] = 'mrg_rxbuf=on,rx_queue_size=1024,tx_queue_size=1024'
--
2.17.2
next prev parent reply other threads:[~2019-09-04 6:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-04 6:55 [dts] [PATCH V1 1/8] tests/virtio_pvp_regression:vhost-net " zhuwenhui
2019-09-04 6:55 ` [dts] [PATCH V1 2/8] tests/pvp_virtio_bonding:vhost-net " zhuwenhui
2019-09-04 6:55 ` zhuwenhui [this message]
2019-09-04 6:55 ` [dts] [PATCH V1 4/8] tests/vhost_dequeue_zero_copy:vhost-net " zhuwenhui
2019-09-04 6:55 ` [dts] [PATCH V1 5/8] tests/virtio_event_idx_interrupt:vhost-net " zhuwenhui
2019-09-04 6:55 ` [dts] [PATCH V1 6/8] tests/vhost_virtio_pmd_interrupt:vhost-net " zhuwenhui
2019-09-04 6:55 ` [dts] [PATCH V1 7/8] tests/TestSuite_pvp_diff_qemu_version:vhost-net " zhuwenhui
2019-09-04 6:55 ` [dts] [PATCH V1 8/8] tests/pvp_qemu_multi_paths_port_restart:vhost-net " zhuwenhui
2019-09-17 0:47 ` [dts] [PATCH V1 1/8] tests/virtio_pvp_regression:vhost-net " Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1567580144-140807-3-git-send-email-wenhuix.zhu@intel.com \
--to=wenhuix.zhu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).