Searched refs:assertRunOk (Results 1 – 25 of 35) sorted by relevance
12
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_s6_rc.py | 25 self.assertRunOk("mkdir -p source/testsv1") 26 self.assertRunOk("mkdir -p source/testsv2") 27 self.assertRunOk("echo oneshot > source/testsv1/type") 28 self.assertRunOk("echo oneshot > source/testsv2/type") 29 self.assertRunOk("echo 'echo foo' > source/testsv1/up") 30 self.assertRunOk("echo 'echo bar' > source/testsv2/up") 31 self.assertRunOk("echo testsv1 > source/testsv2/dependencies") 32 self.assertRunOk("chmod +x source/testsv1/up") 33 self.assertRunOk("chmod +x source/testsv2/up") 36 self.assertRunOk("s6-rc-compile compiled source")
|
| H A D | test_docker_compose.py | 39 self.assertRunOk('docker run --rm -p 8888:8888 busybox:latest /bin/true', 120) 43 self.assertRunOk('docker-compose up -d', 120) 45 … self.assertRunOk('while ! docker inspect root_busybox_1 2>&1 >/dev/null; do sleep 1; done', 120) 46 self.assertRunOk('wget -O /tmp/busybox http://127.0.0.1/busybox', 120) 47 self.assertRunOk('cmp /bin/busybox /tmp/busybox', 120)
|
| H A D | test_tmux.py | 22 self.assertRunOk(cmd) 25 self.assertRunOk(cmd) 28 self.assertRunOk(cmd) 31 self.assertRunOk(cmd)
|
| H A D | test_opkg.py | 36 self.assertRunOk(cmd) 39 self.assertRunOk(cmd) 43 self.assertRunOk(cmd) 48 self.assertRunOk(cmd)
|
| H A D | test_python_pyndiff.py | 23 self.assertRunOk(cmd) 26 self.assertRunOk(cmd) 29 self.assertRunOk(cmd)
|
| H A D | test_dtbocfg.py | 30 self.assertRunOk("modprobe dtbocfg.ko") 31 self.assertRunOk("mkdir /tmp/config && mount -t configfs none /tmp/config") 37 self.assertRunOk("ls /tmp/config/device-tree/overlays/")
|
| H A D | test_syslog_ng.py | 23 self.assertRunOk(cmd) 28 self.assertRunOk(cmd) 32 self.assertRunOk(cmd)
|
| H A D | test_python.py | 23 self.assertRunOk(cmd, timeout) 27 self.assertRunOk(cmd, timeout) 34 self.assertRunOk(cmd, timeout) 116 self.assertRunOk(cmd, timeout=self.timeout)
|
| H A D | test_python_django.py | 12 self.assertRunOk(cmd, timeout=timeout) 22 self.assertRunOk(cmd, timeout=timeout) 25 self.assertRunOk(cmd)
|
| H A D | test_python_unittest_xml_reporting.py | 19 self.assertRunOk(cmd) 22 self.assertRunOk(cmd)
|
| H A D | test_atop.py | 36 self.assertRunOk(cmd) 39 self.assertRunOk(cmd)
|
| H A D | test_dropbear.py | 27 self.assertRunOk(cmd) 30 self.assertRunOk(cmd)
|
| H A D | test_php_pecl_dbus.py | 23 self.assertRunOk("mkdir /etc/php.d") 24 self.assertRunOk("echo 'extension=dbus.so'> /etc/php.d/dbus.ini")
|
| H A D | test_sudo.py | 25 self.assertRunOk("adduser -D -h /tmp -H -s /bin/sh sudotest") 27 self.assertRunOk("echo 'sudotest ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers")
|
| H A D | test_openssh.py | 28 self.assertRunOk(cmd) 31 self.assertRunOk(cmd)
|
| H A D | test_zfs.py | 60 self.assertRunOk(cmd) 117 self.assertRunOk(cmd)
|
| H A D | test_gdb.py | 23 self.assertRunOk(cmd) 27 self.assertRunOk(cmd)
|
| H A D | test_rust.py | 76 self.assertRunOk(self.crate) 98 self.assertRunOk(self.crate)
|
| H A D | test_python_pytest_asyncio.py | 19 self.assertRunOk(cmd, timeout=self.timeout)
|
| H A D | test_python_pytest.py | 18 self.assertRunOk(cmd, timeout=self.timeout)
|
| H A D | test_netdata.py | 22 self.assertRunOk(cmd)
|
| H A D | test_python_gpiozero.py | 14 self.assertRunOk(cmd)
|
| H A D | test_redis.py | 19 self.assertRunOk("redis-cli SET hello world")
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/fs/ |
| H A D | test_oci.py | 51 self.assertRunOk(cmd) 54 self.assertRunOk(cmd, timeout=120) 57 self.assertRunOk(cmd, timeout=120)
|
| H A D | test_squashfs.py | 33 self.assertRunOk(cmd)
|
12