Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/log/
H A Dlog_test.c27 static int log_test(int testnum) in log_test() argument
31 printf("test %d\n", testnum); in log_test()
32 switch (testnum) { in log_test()
193 int testnum = 0; in do_log_test() local
197 testnum = simple_strtoul(argv[1], NULL, 10); in do_log_test()
199 ret = log_test(testnum); in do_log_test()
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_log.py35 def run_test(testnum): argument
45 output = u_boot_console.run_command('log test %d' % testnum)
48 assert 'test %d' % testnum == lines.next()