Project

General

Profile

Actions

Feature #2271

open

add test names to pick to the -s cmdline option

Added by neels almost 7 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
05/18/2017
Due date:
% Done:

0%

Spec Reference:

Description

When picking individual tests to run, we have the same test names across all suites.
Semantically each suite should have its own set of test names.

With argparse, we can't figure out which -t option came in-between which -s options, and also to confuse the users less, we should change the cmdline arg -s to include the test names in the suite:scenarios scheme like:

 -s suite[:[scenario[+scenario]][:test_name+test_name]]

e.g.

 -s sms:sysmo
 -s sms:sysmo+aoip:mo_mt_sms
 -s debug::fail

(and maybe replace '+' with ',' or allow both -- the one adds requirements, the other lists items, but for the user it's just a separating character and easy to forget which is which)

This way it is also possible to add specific test names to the default-suites.conf

No data to display

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)