X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Fsections.t;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Fsections.t;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=63063cc9e119d5dc6bc302ed90edfd8f12d5b273;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/ceph-conf/sections.t b/src/ceph/src/test/cli/ceph-conf/sections.t deleted file mode 100644 index 63063cc..0000000 --- a/src/ceph/src/test/cli/ceph-conf/sections.t +++ /dev/null @@ -1,18 +0,0 @@ - $ cat >test.conf < [bar] - > bar = green - > [foo] - > bar = blue - > [baz] - > bar = yellow - > [thud] - > bar = yellow - > EOF - - $ ceph-conf -c test.conf -l bar - bar - - $ ceph-conf -c test.conf -l b - bar - baz -