summaryrefslogtreecommitdiffstats
path: root/tests/basic/tier/tierd_check.t
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2017-10-23 12:42:32 +0530
committerJeff Darcy <jeff@pl.atyp.us>2017-10-30 15:50:44 +0000
commit62dbefde4bc5c8d9dcfb10f3be5d349db341bb30 (patch)
treee3f70192dce152d5032f904a8b947c324cabad65 /tests/basic/tier/tierd_check.t
parent39ac511a5d6dbc141bb3e1d8b4b4b8922c71b5a4 (diff)
tests: Update tier CLI in .t files
Update .t tier tests to use the new tier CLI. Change-Id: I0e7f1769071108d8266fc86378c4466bcaf96e7d BUG: 1505253 Signed-off-by: N Balachandran <nbalacha@redhat.com>
Diffstat (limited to 'tests/basic/tier/tierd_check.t')
-rw-r--r--tests/basic/tier/tierd_check.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/tier/tierd_check.t b/tests/basic/tier/tierd_check.t
index 55ca09a6b2f..5701fa98960 100644
--- a/tests/basic/tier/tierd_check.t
+++ b/tests/basic/tier/tierd_check.t
@@ -16,7 +16,7 @@ function check_peers {
function create_dist_tier_vol () {
TEST $CLI_1 volume create $V0 $H1:$B1/${V0} $H2:$B2/${V0}
TEST $CLI_1 volume start $V0
- TEST $CLI_1 volume attach-tier $V0 $H1:$B1/${V0}_h1 $H2:$B2/${V0}_h2
+ TEST $CLI_1 volume tier $V0 attach $H1:$B1/${V0}_h1 $H2:$B2/${V0}_h2
}
function tier_status () {