fix test to run without NodeInfo
Also removed --fullall from node list and profile list Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
ffef31969e
commit
ac6cd69ca6
@@ -27,8 +27,6 @@ func CobraRunE(vars *variables) func(cmd *cobra.Command, args []string) (err err
|
||||
req.Type = wwapiv1.GetNodeList_Network
|
||||
} else if vars.showLong {
|
||||
req.Type = wwapiv1.GetNodeList_Long
|
||||
} else if vars.showFullAll {
|
||||
req.Type = wwapiv1.GetNodeList_FullAll
|
||||
} else if vars.showYaml {
|
||||
req.Type = wwapiv1.GetNodeList_YAML
|
||||
} else if vars.showJson {
|
||||
|
||||
Reference in New Issue
Block a user