vmware-archive / vcd-cli

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

VP-1909, VP-1922, VP-2621 #448

Closed kkkothari closed 5 years ago

kkkothari commented 5 years ago

VP-1909: [VCDCLI] Create vApp network using OrgvDC Network VP-1922: [VCDCLI] Enable Fence vApp VP-2621: [VcdCli] Enable disable download in vapp

This CLN contains a command for Create vApp network using OrgvDC Network, Enable Fence vApp and Enable disable download of vapp functionality and corresponding test case. It can be called as vcd vapp enable-download vapp1 vcd vapp disable-download vapp1 vdc vapp network create-ovdc-network vapp1 ovdc-network1 vdc vapp network enable-fence vapp1

Testing Done: Test methods test_0130_create_vapp_network_from_ovdc_network(), test_0131_enable_fence_mode(), test_0140_enable_download() and test_0150_disable_download() are added in class vapp_tests.py and it is executing successfully.


This change is Reviewable