summaryrefslogtreecommitdiffstats
path: root/tests/basic
diff options
context:
space:
mode:
authorRavishankar N <ravishankar@redhat.com>2020-11-02 18:03:01 +0530
committerGitHub <noreply@github.com>2020-11-02 18:03:01 +0530
commite4c9a14429c51d8d059287c2a2c7a76a5116a362 (patch)
treec32817d9a12cb836b3e779d1a6fc244714cce5af /tests/basic
parent3b6be62cf386640fb48e62d18e5339e8092ef0e2 (diff)
xlators: misc conscious language changes (#1715)
core:change xlator_t->ctx->master to xlator_t->ctx->primary afr: just changed comments. meta: change .meta/master to .meta/primary. Might break scripts. changelog: variable/function name changes only. These are unrelated to geo-rep. Fixes: #1713 Change-Id: I58eb5fcd75d65fc8269633acc41313503dccf5ff Signed-off-by: Ravishankar N <ravishankar@redhat.com>
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic/meta.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/meta.t b/tests/basic/meta.t
index 0bac3c6797..f7e74a7766 100755
--- a/tests/basic/meta.t
+++ b/tests/basic/meta.t
@@ -31,10 +31,10 @@ TEST json_verify < $M0/.meta/version;
TEST grep -q 7 $M0/.meta/logging/loglevel;
# check for attribute_timeout exposed through state dump
-TEST grep -q attribute_timeout $M0/.meta/master/private;
+TEST grep -q attribute_timeout $M0/.meta/primary/private;
# check for mount point specified as an option
-TEST grep -q $M0 $M0/.meta/master/options/mountpoint;
+TEST grep -q $M0 $M0/.meta/primary/options/mountpoint;
TEST $CLI volume stop $V0;
EXPECT 'Stopped' volinfo_field $V0 'Status';