Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / cli / ceph-authtool / create-gen-list-bin.t
1   $ ceph-authtool kring --create-keyring
2   creating kring
3
4   $ ceph-authtool kring --list
5
6   $ ceph-authtool kring --gen-key
7
8 # cram makes matching escape-containing lines with regexps a bit ugly
9   $ ceph-authtool kring --list
10   [client.admin]
11   \\tkey = [a-zA-Z0-9+/]+=* \(esc\) (re)
12
13 # synonym
14   $ ceph-authtool kring -l
15   [client.admin]
16   \\tkey = [a-zA-Z0-9+/]+=* \(esc\) (re)
17