X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Finvalid-args.t;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Finvalid-args.t;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=43cedf2da16d35a394ac6698cf6baaa3012f9f09;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/ceph-conf/invalid-args.t b/src/ceph/src/test/cli/ceph-conf/invalid-args.t deleted file mode 100644 index 43cedf2..0000000 --- a/src/ceph/src/test/cli/ceph-conf/invalid-args.t +++ /dev/null @@ -1,17 +0,0 @@ - $ cat >test.conf < [bar] - > bar = green - > EOF - -# TODO output an error - $ ceph-conf -c test.conf broken - [1] - - $ ceph-conf -c test.conf --name total.garbage - error parsing 'total.garbage': expected string of the form TYPE.ID, valid types are: auth, mon, osd, mds, mgr, client - [1] - - $ ceph-conf -c test.conf -s bar - You must give an action, such as --lookup or --list-all-sections. - Pass --help for more help. - [1]