X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Frbd%2Ftoo-many-args.t;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Frbd%2Ftoo-many-args.t;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=957845c277536ccf488f51290360162458ee0ca7;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/rbd/too-many-args.t b/src/ceph/src/test/cli/rbd/too-many-args.t deleted file mode 100644 index 957845c..0000000 --- a/src/ceph/src/test/cli/rbd/too-many-args.t +++ /dev/null @@ -1,33 +0,0 @@ -A command taking no args: - - $ rbd showmapped junk - rbd: too many arguments - [1] - -A command taking one arg: - - $ rbd info img1 junk - rbd: too many arguments - [1] - -A command taking two args: - - $ rbd copy img1 img2 junk - rbd: too many arguments - [1] - -A command taking three args: - - $ rbd lock remove img1 lock1 locker1 junk - rbd: too many arguments - [1] - -A command taking unlimited args: - - $ rbd feature enable img1 layering striping exclusive-lock object-map fast-diff deep-flatten journaling junk - rbd: the argument for option is invalid - [1] - - $ rbd feature disable img1 layering striping exclusive-lock object-map fast-diff deep-flatten journaling junk - rbd: the argument for option is invalid - [1]