Add VIFs commands to help test

Test presence of next subcommands in help output:
  node-vif-attach
  node-vif-detach
  node-vif-list

Change-Id: I5e6e8b590dd3e2fa7f8497c18a62b2f0e7ab923b
Related-Bug: #1662966
This commit is contained in:
Kyrylo Romanenko 2017-02-09 19:17:22 +02:00
parent 9a67f1a316
commit 669a663179
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ class IronicClientHelp(base.FunctionalTestBase):
'node-update',
'node-validate',
'node-vendor-passthru',
'node-vif-attach',
'node-vif-detach',
'node-vif-list',
'port-create',
'port-delete',
'port-list',