numam-spdk/scripts
Karol Latecki 12466d1ae3 scripts/rpc.py: fix pipe for whitespace separated list arguments
Ordinary python str.split() will by default split on each whitespace.
This includes arguments for rpc.py which expect a whitespace separated list,
eg. construct_raid_bdev -b "Bdev_1 Bdev_2".
shlex.split() prevents splitting on quoted arguments.

Signed-off-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453652 (master)

(cherry picked from commit 22c3befd3d)
Change-Id: If37eb87cf82a161263f2b247baff5c8a77c43efc
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457222
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
2019-06-16 08:46:05 +00:00
..
ceph scripts/ceph: reduce ceph_raw.img from 10G to 4G 2019-03-27 12:03:21 +00:00
perf scripts/vhost: Modify parameters for vhost benchmark job. 2019-04-10 21:05:43 +00:00
rpc rdma: add a flag for disabling srq. 2019-06-16 08:46:05 +00:00
spdkcli spdkcli: use items instead of iteritems for iSCSI connections 2019-04-22 16:44:42 +00:00
vagrant vagrant: add SPDK_TEST_OCF=0 in autorun-spdk.conf 2019-02-15 22:00:45 +00:00
check_format.sh check_format: Ban atoi, atol, and atoll 2019-01-29 17:39:18 +00:00
common.sh scripts/common.sh: use PCI blacklist and whitelist 2019-02-11 13:29:38 +00:00
config_converter.py NVMF: Add model number as parameter to construct_nvmf_subsystem (-d option). 2019-04-23 16:51:16 +00:00
detect_cc.sh detect_cc: Handle empty arguments 2019-02-19 06:39:10 +00:00
eofnl scripts/check_format: check trailing whitespace 2017-10-24 17:35:23 -04:00
fio.py scripts/fio.py: add support for specifying num_jobs 2019-04-24 09:22:16 +00:00
gdb_macros.py scripts: Use range instead of xrange 2019-02-13 22:54:15 +00:00
gen_ftl.sh bdev/ftl: Add json config generation 2019-04-01 23:59:39 +00:00
gen_nvme.sh scripts/gen_nvme: don't use disks with nvme driver 2019-01-09 20:59:13 +00:00
gen_rbd.sh test/bdev: add Ceph RBD bdev to bdev tests 2018-02-26 11:12:35 -05:00
genconfig.py scripts:Fix Python errors in checking scripts 2019-02-12 18:37:09 +00:00
histogram.py histograms: add script for parsing histogram data 2019-01-24 14:14:32 +00:00
pkgdep.sh scripts: Add a package which was used in ISA-L module in pkgdep.sh. 2019-04-11 07:03:57 +00:00
posix.txt build: Automatically detect use of POSIX includes 2017-05-08 13:20:37 -07:00
prep_benchmarks.sh scripts: Add reset option to prep_benchmarks.sh 2018-01-09 13:40:59 -05:00
qat_setup.sh test: adjust scripts for 01.org qat driver 2018-11-15 20:08:16 +00:00
rpc_http_proxy.py scripts, test: fix python overindent issues 2019-04-04 03:59:12 +00:00
rpc.py scripts/rpc.py: fix pipe for whitespace separated list arguments 2019-06-16 08:46:05 +00:00
setup.sh scripts/setup: Check that numa_node exists before reading 2019-03-22 08:24:15 +00:00
spdkcli.py jsonrpc: add Python with statement support 2019-03-15 05:01:27 +00:00