vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
166 stars 105 forks source link

VP-2793: [VcdCli] List VM interfaces #461

Closed kkkothari closed 5 years ago

kkkothari commented 5 years ago

VP-2793: [VcdCli] List VM interfaces

This CLN contains a commands for list VM interfaces in vapp , and corresponding test case. It can be called as
vdc vapp network list-vm-interface vapp1 vapp-network1

Testing Done:
Test method test_0220_list_vm_interface() is added in
class vapp_tests.py and it is executing successfully.


This change is Reviewable