Spdk/test/vhost
Tomasz Zawadzki 54a493de32 test/vhost: Fix path to integrity_vm.sh
Patch b6af628 while addressing Shellcheck 2088,
broke the pathing to integrity_vm.sh within VM.

Originally tilde was used within quotes so it didn't expand,
since cmd was executed as root the path was correct on VM.

After the change the path was changed to $HOME, making it
actually expand on the host system (not VM). Path was made
incorrect.

Since we already scp to /root/, it shouldn't
be an issue to use that path in explicitly when executing.

This fixes recent nightly run failures.

Change-Id: I2e0ac767cbf77a71841db260e602b568b1f510a1
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470624
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Maciej Szwed <maciej.szwed@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Seth Howell <seth.howell@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-10-09 14:37:17 +00:00
..
common vhost: Delete scripts for manual testing 2019-05-16 11:16:30 +00:00
fio rpc: Rename add_vhost_scsi_lun to vhost_scsi_controller_add_target 2019-10-07 15:08:18 +00:00
fiotest rpc: rename get_vhost_controllers to vhost_get_controllers 2019-10-09 14:36:41 +00:00
fuzz rpc: Rename add_vhost_scsi_lun to vhost_scsi_controller_add_target 2019-10-07 15:08:18 +00:00
hotplug rpc: Rename remove_vhost_scsi_target to vhost_scsi_controller_remove_target 2019-10-07 15:08:18 +00:00
initiator rpc: Rename add_vhost_scsi_lun to vhost_scsi_controller_add_target 2019-10-07 15:08:18 +00:00
integrity test/vhost: Fix path to integrity_vm.sh 2019-10-09 14:37:17 +00:00
lvol rpc: rename get_vhost_controllers to vhost_get_controllers 2019-10-09 14:36:41 +00:00
migration rpc: Rename add_vhost_scsi_lun to vhost_scsi_controller_add_target 2019-10-07 15:08:18 +00:00
other rpc: Rename remove_vhost_scsi_target to vhost_scsi_controller_remove_target 2019-10-07 15:08:18 +00:00
perf_bench test: Shellcheck - apply rule SC2178 2019-10-08 15:49:13 +00:00
readonly test: Shellcheck - apply rule SC2181 2019-10-08 15:49:13 +00:00
shared scripts/rpc: Change rpc construct_malloc_bdev to bdev_malloc_create 2019-08-14 22:15:08 +00:00
vhost_boot rpc: Rename remove_vhost_scsi_target to vhost_scsi_controller_remove_target 2019-10-07 15:08:18 +00:00
windows rpc: rename get_vhost_controllers to vhost_get_controllers 2019-10-09 14:36:41 +00:00
common.sh vhost: fix vm_wait_for_boot arg check. 2019-10-03 20:12:57 +00:00
manual.sh test/vhost: Export default VM_IMAGE from common.sh 2019-07-03 04:15:18 +00:00
vhost.sh test/vhost: move migration tests to RUN_NIGHTLY 2019-09-17 18:31:11 +00:00