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-2801,VP-2675,VP-2679 List, update and check postgc script status #464

Closed pandeys closed 5 years ago

pandeys commented 5 years ago

VP-2801:[VCD-CLI] List Guest customization section VP-2675:[VCD-CLI] Update GuestCustomizationSection VP-2679:[VCD-CLI] CheckPostCustomizationScript

This CLN contains list, update and check postgc script status for guest customization section. It can be called from command line as:

vcd vm list-gc-section vapp1 vm1 vcd vm update-gc-section --disable vcd vm check-post-gc-script vapp1 vm1

Testing Done: Test methods test_0350_list_gc_section,test_0360_update_gc_section and test_0370_check_post_gc_script_status are added in vm_tests.py.


This change is Reviewable