Lines Matching full:container
2 Test user added container commands
27 "command container add process",
28 "Can't replace builtin container command",
33 "command container add process non_such_subcommand",
39 "command container add process launch",
45 # Now lets make a container command:
46 self.runCmd("command container add -h 'A test container command' test-multi")
51 substrs=["A test container command"],
55 "command container add -h 'A test container sub-command' test-multi test-multi-sub"
62 "A test container command",
63 "test-multi-sub -- A test container sub-command",
69 substrs=["A test container sub-command"],
72 # Now add a script based command to the container command:
82 "A test container sub-command",
185 # You can't use command script delete to delete container commands:
188 "Delete script - can't delete container",
194 "Delete script - can't delete container",
199 # You can't use command container delete to delete scripted commands:
201 "command container delete test-multi test-multi-sub welcome",
202 "command container can't delete user commands",
203 substrs=["subcommand 'welcome' is not a container command"],
207 # Also make sure you can't alias on top of container commands:
210 "Tried to alias on top of a container command",
212 "'test-multi' is a user container command and cannot be overwritten."
234 "command container add -h 'A different help string' -o test-multi test-multi-sub"
251 self.runCmd("command container delete test-multi test-multi-sub")
261 self.runCmd("command container delete test-multi")