Home
last modified time | relevance | path

Searched refs:vm (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/tests/hwsim/vm/
Dparallel-vm.py89 def get_failed(vm): argument
92 failed += vm[i]['failed']
95 def vm_read_stdout(vm, test_queue): argument
103 out = vm['proc'].stdout.read()
111 logger.debug("VM[%d] stdout.read[%s]" % (vm['idx'], out.rstrip()))
112 pending = vm['pending'] + out
120 logger.debug("VM[%d] stdout full line[%s]" % (vm['idx'], line))
122 vm['starting'] = False
123 vm['started'] = True
133 logger.info("VM[%d] incomplete FAIL line: %s" % (vm['idx'],
[all …]
Dexample-vm-setup.txt50 cd vm
51 cat > vm-config <<EOF
63 cp ~/hostap/tests/hwsim/vm/kernel-config.uml .config
91 cd ~/hostap/tests/hwsim/vm
92 ./vm-run ap_open
113 cd ~/hostap/tests/hwsim/vm
114 ./parallel-vm.py 7
Dvm-run.sh35 test -f vm-config && . vm-config
36 test -f ~/.wpas-vm-config && . ~/.wpas-vm-config
58 CMD=$TESTDIR/vm/inside.sh
DREADME19 test efficiency (~3200 tests can be run in under 5 minutes using parallel-vm.py
28 Create a vm-config file and put the KERNELDIR option into it (see the
29 vm-run.sh script). If you want valgrind, also increase the memory size.
31 Now you can run the vm-run.sh script and it will execute the tests using
42 ./parallel-vm.py <number of VMs> [arguments..]
52 ./vm-run.sh --codecov [other arguments..]
Dinside.sh165 echo $TESTDIR/vm/uevent.sh > /sys/kernel/uevent_helper
171 dbus-daemon --config-file=$TESTDIR/vm/dbus.conf --fork
174 ./run-all.sh --vm $(cat /tmp/host$ARGS) </dev/ttyS0 >/dev/ttyS0 2>&1
D.gitignore1 vm-config
/hostap-latest/
D.gitignore6 **/parallel-vm.log
/hostap-latest/tests/hwsim/
Dexample-setup.txt15 machines can be used as an alternative setup. See tests/hwsim/vm/README
144 vm/README for information on how parallel VMs can be used to speed this
163 - D-Bus (requires kvm-based test run, see vm/README)
Drun-all.sh81 -V | --vm)
/hostap-latest/tests/
DREADME9 hwsim/READM and hwsim/vm/README for more details.