diff options
author | N Balachandran <nbalacha@redhat.com> | 2017-10-23 12:42:32 +0530 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-10-30 15:50:44 +0000 |
commit | 62dbefde4bc5c8d9dcfb10f3be5d349db341bb30 (patch) | |
tree | e3f70192dce152d5032f904a8b947c324cabad65 /tests/basic/afr/granular-esh | |
parent | 39ac511a5d6dbc141bb3e1d8b4b4b8922c71b5a4 (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/afr/granular-esh')
-rw-r--r-- | tests/basic/afr/granular-esh/cli.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/afr/granular-esh/cli.t b/tests/basic/afr/granular-esh/cli.t index a655180a095..cadaf8ffaf9 100644 --- a/tests/basic/afr/granular-esh/cli.t +++ b/tests/basic/afr/granular-esh/cli.t @@ -30,7 +30,7 @@ TEST ! $CLI volume heal $V1 granular-entry-heal disable ####################### # Execute the same command on a disperse + replicate tiered volume and make # sure the option is set on the replicate leg of the volume -TEST $CLI volume attach-tier $V1 replica 2 $H0:$B0/${V1}{3,4} +TEST $CLI volume tier $V1 attach replica 2 $H0:$B0/${V1}{3,4} TEST $CLI volume heal $V1 granular-entry-heal enable EXPECT "enable" volume_get_field $V1 cluster.granular-entry-heal TEST $CLI volume heal $V1 granular-entry-heal disable |