Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / cli / ceph-conf / sections.t
1   $ cat >test.conf <<EOF
2   > [bar]
3   > bar = green
4   > [foo]
5   > bar = blue
6   > [baz]
7   > bar = yellow
8   > [thud]
9   > bar = yellow
10   > EOF
11
12   $ ceph-conf -c test.conf -l bar
13   bar
14
15   $ ceph-conf -c test.conf -l b
16   bar
17   baz
18