Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/
Dnunit_tests_provider.py16 this_path = os.path.abspath(os.path.dirname(__file__)) variable
24 nunit_path = os.path.join(this_path, './../lib/resources/tools/nunit3/nunit3-console.exe')
Drobot_tests_provider.py27 this_path = os.path.abspath(os.path.dirname(__file__)) variable
50 default=os.path.join(this_path, '../output/bin'),
110 default=os.path.join(this_path, '../lib/resources/styles/robot.css'),
171 options.css_file = os.path.join(this_path, options.css_file)
782 os.path.join(this_path, f'retry_and_timeout_listener.py:{options.retry_count}'),
784 os.path.join(this_path, output_formatter),
792 keywords_path = os.path.abspath(os.path.join(this_path, "renode-keywords.robot"))
796 tools_path = os.path.join(os.path.dirname(this_path), "tools")
Dtests_engine.py12 this_path = os.path.abspath(os.path.dirname(__file__)) variable
111 default=os.path.join(this_path, 'tests'),
246 …options.remote_server_full_directory = os.path.join(this_path, options.remote_server_full_director…