Home
last modified time | relevance | path

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

/test/py/tests/
A Dtest_gpt.py33 for option in part_str.split(","):
34 if not option:
37 if "=" in option:
38 key, value = option.split("=")
41 part[option] = True
/test/lib/
A DKconfig16 This is the option that controls whether the value is present.
/test/dm/
A Deth.c677 unsigned char *option = msg->opt; in dm_test_process_ra() local
679 (struct icmp6_ra_prefix_info *)option; in dm_test_process_ra()
681 unsigned char option_len = option[1]; in dm_test_process_ra()
692 option[1] = 0; in dm_test_process_ra()
694 option[1] = option_len; in dm_test_process_ra()
/test/py/
A Dconftest.py722 option = options.args[0]
723 if ubconfig.buildconfig.get('config_' + option.lower(), None):
724 pytest.skip('.config feature "%s" enabled' % option.lower())
/test/
A DKconfig21 board, use the -u (unit test) option.

Completed in 14 milliseconds