Home | History | Annotate | Download | only in tests

Lines Matching defs:guest

10     2) Build stress on host and guest.
39 logging.info("Kill stress and monitor on guest")
81 def guest():
96 # Now, starting the guest
105 # Opening firewall ports on guest
111 # Get required files and copy them from host to guest
118 logging.info("Setup monitor client on guest")
119 # Start heartbeat on guest
123 logging.info("Build stress on guest")
124 # Uncompress and build stress on guest
127 logging.info("Run stress on guest")
130 # Run stress test on guest
137 # Kill instances of the load programs on both guest and host
147 guest()