osmo-gsm-tester/src/osmo_gsm_tester/core
Pau Espin 6e0b6fb074 Support identifying different tgz files based on run_label attribute
tgz files in trials can be categorized in subdirectories, allowing to
select different bianry files at runtime based on the target run node
which is going to run them. This way for instance one can have a binary
linked against libs for eg. CentOS under run_label "centos/" or an ARM
target under "arm", and then use "run_label: arm" on the resource using
it.

Change-Id: Iaf2e97da3aff693395f44f0e93b184d4846cf6da
2020-05-28 13:13:05 +00:00
..
__init__.py Create core directory to contain most of code not in object classes used by tests 2020-04-11 19:15:53 +02:00
config.py config: suites_dir and scenarios_dir are now a list of paths 2020-05-25 13:33:50 +02:00
event_loop.py Create core directory to contain most of code not in object classes used by tests 2020-04-11 19:15:53 +02:00
log.py Create core directory to contain most of code not in object classes used by tests 2020-04-11 19:15:53 +02:00
process.py process: Log stdout tail when process exits with error 2020-05-25 16:45:36 +02:00
remote.py Fix processes run with RemoteProcessSafeExit not receiving stdin 2020-05-27 12:15:08 +02:00
report.py Move test.py and report.py to core/ 2020-05-04 19:23:16 +02:00
resource.py Cmdline arg -c sets main configuration file (old paths.conf) instead of dir containing it 2020-05-12 14:07:29 +02:00
scenario.py config: suites_dir and scenarios_dir are now a list of paths 2020-05-25 13:33:50 +02:00
schema.py schema: Allow objects registering their own schema types 2020-05-21 15:41:14 +02:00
suite.py config: suites_dir and scenarios_dir are now a list of paths 2020-05-25 13:33:50 +02:00
template.py Create core directory to contain most of code not in object classes used by tests 2020-04-11 19:15:53 +02:00
test.py Allow suites to dynamically register schemas so tests can receive parameters 2020-05-07 15:06:01 +00:00
trial.py Support identifying different tgz files based on run_label attribute 2020-05-28 13:13:05 +00:00
util.py Generate schemas dynamically from pieces provided by each object class 2020-05-04 16:36:33 +02:00