Skip to content

Instantly share code, notes, and snippets.

@hartsock
Created June 9, 2014 22:10
Show Gist options
  • Save hartsock/6a6d6665e31e37534f1e to your computer and use it in GitHub Desktop.
Save hartsock/6a6d6665e31e37534f1e to your computer and use it in GitHub Desktop.
Output of based on power-cycling the vms generated by the Marvel VM sample.
/Users/hartsocks/Virtualenvs/cli/bin/python /Users/hartsocks/PycharmProjects/pyvmomi-tools/samples/tasks_different_styles.py -s 192.168.2.11 -u root -p vmware -n MARVEL
using wait_for_updates
Found VirtualMachine: 'vim.VirtualMachine:vm-748' Name: MARVEL-Serpent_Society
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-746' Name: MARVEL-Hepzibah
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-741' Name: MARVEL-Mach_IV
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-749' Name: MARVEL-Spectrum
power off
power on
Found VirtualMachine: 'vim.VirtualMachine:vm-743' Name: MARVEL-Archangel
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-744' Name: MARVEL-Freak
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-750' Name: MARVEL-Agents_of_Atlas
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-742' Name: MARVEL-Alex_Power
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-747' Name: MARVEL-The_Hand
power on
power off
Found VirtualMachine: 'vim.VirtualMachine:vm-745' Name: MARVEL-Vanisher_(Ultimate)
power on
power off
using task extensions
Found VirtualMachine: 'vim.VirtualMachine:vm-748' Name: MARVEL-Serpent_Society
on
on
on
on
on
on
off
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-746' Name: MARVEL-Hepzibah
on
on
on
on
on
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-741' Name: MARVEL-Mach_IV
on
on
on
on
on
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-749' Name: MARVEL-Spectrum
off
off
off
off
on
on
on
on
on
on
Found VirtualMachine: 'vim.VirtualMachine:vm-743' Name: MARVEL-Archangel
on
on
on
on
on
off
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-744' Name: MARVEL-Freak
on
on
on
on
on
on
on
on
on
off
off
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-750' Name: MARVEL-Agents_of_Atlas
on
on
on
on
on
on
off
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-742' Name: MARVEL-Alex_Power
on
on
on
on
on
on
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-747' Name: MARVEL-The_Hand
on
on
on
on
on
off
off
off
off
Found VirtualMachine: 'vim.VirtualMachine:vm-745' Name: MARVEL-Vanisher_(Ultimate)
on
on
on
on
on
on
on
off
off
off
off
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment