Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
subcommands = {
ListSubcommand.class,
InfoSubcommand.class,
DeleteSubcommand.class,
CreateSubcommand.class,
CloseSubcommand.class
})
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions hadoop-ozone/dist/src/main/smoketest/admincli/container.robot
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Incomplete command
Should contain ${output} Incomplete command
Should contain ${output} list
Should contain ${output} info
Should contain ${output} delete
Should contain ${output} create
Should contain ${output} close

Expand All @@ -88,6 +87,3 @@ Cannot close container without admin privilege

Cannot create container without admin privilege
Requires admin privilege ozone admin container create

Cannot delete container without admin privilege
Requires admin privilege ozone admin container delete "${CONTAINER}"