added unit tests to cover plugin list command
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
This commit is contained in:
1
cli/command/plugin/testdata/plugin-list-with-format.golden
vendored
Normal file
1
cli/command/plugin/testdata/plugin-list-with-format.golden
vendored
Normal file
@ -0,0 +1 @@
|
||||
name-foo
|
||||
1
cli/command/plugin/testdata/plugin-list-with-no-trunc-option.golden
vendored
Normal file
1
cli/command/plugin/testdata/plugin-list-with-no-trunc-option.golden
vendored
Normal file
@ -0,0 +1 @@
|
||||
xyg4z2hiSLO5yTnBJfg4OYia9gKA6Qjd
|
||||
1
cli/command/plugin/testdata/plugin-list-with-quiet-option.golden
vendored
Normal file
1
cli/command/plugin/testdata/plugin-list-with-quiet-option.golden
vendored
Normal file
@ -0,0 +1 @@
|
||||
id-foo
|
||||
2
cli/command/plugin/testdata/plugin-list-without-format.golden
vendored
Normal file
2
cli/command/plugin/testdata/plugin-list-without-format.golden
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
ID NAME DESCRIPTION ENABLED
|
||||
id-foo name-foo desc-bar true
|
||||
Reference in New Issue
Block a user