test/migration: fix typo

Change-Id: I2bc4dec10500f1148c7869e9625470fe5f0eaf54
Signed-off-by: Chen Wang <chenx.wang@intel.com>
Reviewed-on: https://review.gerrithub.io/423038
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Chen Wang 2018-08-22 11:03:03 +08:00 committed by Jim Harris
parent 282463f53c
commit 6abdfcd23e
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ function migration_tc1_clean_vhost_config()
function migration_tc1_configure_vhost()
{
# Those are global intentionaly - they will be unset in cleanup handler
# Those are global intentionally - they will be unset in cleanup handler
incoming_vm=0
target_vm=1
incoming_vm_ctrlr=naa.Malloc0.$incoming_vm

View File

@ -68,7 +68,7 @@ function migration_tc2_configure_vhost()
{
timing_enter migration_tc2_configure_vhost
# Those are global intentionaly - they will be unset in cleanup handler
# Those are global intentionally - they will be unset in cleanup handler
nvmf_dir="$TEST_DIR/nvmf_tgt"
incoming_vm=1
@ -103,7 +103,7 @@ function migration_tc2_configure_vhost()
timing_exit start_nvmf_tgt
spdk_vhost_run --memory=512 --vhost-num=0 --no-pci
# Those are global intentionaly
# Those are global intentionally
vhost_1_reactor_mask=0x2
vhost_1_master_core=1
spdk_vhost_run --memory=512 --vhost-num=1 --no-pci