From 6abdfcd23e7f75be760a3f3c714f8adccf4066bc Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Wed, 22 Aug 2018 11:03:03 +0800 Subject: [PATCH] test/migration: fix typo Change-Id: I2bc4dec10500f1148c7869e9625470fe5f0eaf54 Signed-off-by: Chen Wang Reviewed-on: https://review.gerrithub.io/423038 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Karol Latecki Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- test/vhost/migration/migration-tc1.sh | 2 +- test/vhost/migration/migration-tc2.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/vhost/migration/migration-tc1.sh b/test/vhost/migration/migration-tc1.sh index a6432eae2..9dfcdbc99 100644 --- a/test/vhost/migration/migration-tc1.sh +++ b/test/vhost/migration/migration-tc1.sh @@ -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 diff --git a/test/vhost/migration/migration-tc2.sh b/test/vhost/migration/migration-tc2.sh index c1c9c6428..f254b960a 100644 --- a/test/vhost/migration/migration-tc2.sh +++ b/test/vhost/migration/migration-tc2.sh @@ -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