Spdk/test/vhost
Seth Howell 34ae11720d test/vhost: shell_restore_x -> xtrace_restore
The shell_Restore_x variable and xtrace_restore were attempting to
accomplish the exact same thing. However, when assigning
shell_restore_x, if -x was not set, then the assignment would result in
an error causing the scripts to fail.
So just get rid of that variable entirely and replace it with the more
robust xtrace_disable, xtrace_restore mechanism.

Change-Id: Ic823ad8433bd3dc181aaa0930297cd9d74bcf528
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477966
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
2019-12-17 14:54:40 +00:00
..
common vhost: Delete scripts for manual testing 2019-05-16 11:16:30 +00:00
fio test: fix uses of deprecated RPCs 2019-11-07 22:55:38 +00:00
fiotest test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00
fuzz test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
hotplug test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00
initiator rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
integrity rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
lvol test: Shellcheck - correct rule: $/${} is unnecessary on arithmetic variables. 2019-11-07 23:04:10 +00:00
migration test/vhost: shell_restore_x -> xtrace_restore 2019-12-17 14:54:40 +00:00
other rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
perf_bench test: Shellcheck - correct rule: Use find... 2019-11-27 07:08:57 +00:00
readonly test: Shellcheck - correct rule: Word is on the form... 2019-11-13 15:03:11 +00:00
shared rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
vhost_boot test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
windows test: Shellcheck - apply rule SC2155 2019-11-12 18:14:59 +00:00
common.sh test/vhost: shell_restore_x -> xtrace_restore 2019-12-17 14:54:40 +00:00
manual.sh test: add a test_name param to run_test 2019-12-10 17:12:03 +00:00
vhost.sh test: add timing calls to run_test 2019-12-10 17:12:03 +00:00