Home
last modified time | relevance | path

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

/buildroot/support/testing/tests/package/
A Dtest_lxc.py32 def run_ok(self, cmd): member in TestLxc
41 self.run_ok("lxc-create -n lxc_iperf3 -t none -f /usr/share/lxc/config/minimal-iperf3.conf")
42 self.run_ok("lxc-start -l trace -n lxc_iperf3 -o /tmp/lxc.log -L /tmp/lxc.console.log")
44 self.run_ok("sleep 2")
45 self.run_ok("iperf3 -c 192.168.1.2 -t 2")

Completed in 5 milliseconds