|
|
@ -2,8 +2,8 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
|
|
|
|
|
|
|
|
from west.commands import WestCommand |
|
|
|
|
|
|
|
from run_common import add_parser_common, do_run_common |
|
|
|
from run_common import add_parser_common, do_run_common |
|
|
|
|
|
|
|
from west.commands import WestCommand |
|
|
|
|
|
|
|
|
|
|
|
EXPORT_DESCRIPTION = '''\ |
|
|
|
EXPORT_DESCRIPTION = '''\ |
|
|
|
Run RobotFramework test suites with a runner of choice. |
|
|
|
Run RobotFramework test suites with a runner of choice. |
|
|
@ -13,7 +13,7 @@ Run RobotFramework test suites with a runner of choice. |
|
|
|
class Robot(WestCommand): |
|
|
|
class Robot(WestCommand): |
|
|
|
|
|
|
|
|
|
|
|
def __init__(self): |
|
|
|
def __init__(self): |
|
|
|
super(Robot, self).__init__( |
|
|
|
super().__init__( |
|
|
|
'robot', |
|
|
|
'robot', |
|
|
|
# Keep this in sync with the string in west-commands.yml. |
|
|
|
# Keep this in sync with the string in west-commands.yml. |
|
|
|
'run RobotFramework test suites', |
|
|
|
'run RobotFramework test suites', |
|
|
|