osmo-gsm-tester/selftest
Pau Espin 9d489c8367 suite_test: suite requires the fake trial to implement get_run_dir()
If class Test calls get_run_dir(), it will generate the run dir from
Suite.get_run_dir() + append, and Suite.get_run_dir() in turn will do
the same with Trial.get_run_dir(). In suite_test.py, however, we are
passing a plain log.Origin object (parent of Trial), which doesn't
implement this function. We need to add it since tests will start using
get_run_dir() to write their own log files.

Generated tmp files are deleted on success and left there on error, in
order to be able to debug stuff easily.

Change-Id: Ic8326659a9ced0351e1e7e57ef21ce36f777729a
2019-09-18 18:57:11 +02:00
..
conf osmo-bts-trx: Big refactor and cleanup of osmo-trx related code 2018-08-29 12:30:48 +02:00
config_test core implementation 2017-04-08 15:43:19 +02:00
dbus_test core implementation 2017-04-08 15:43:19 +02:00
process_test core implementation 2017-04-08 15:43:19 +02:00
py_import_test core implementation 2017-04-08 15:43:19 +02:00
suite_test osmo-bts-trx: Big refactor and cleanup of osmo-trx related code 2018-08-29 12:30:48 +02:00
template_test templates: Update .cfg files to use logging level set-all 2018-10-03 14:56:32 +02:00
trial_test core implementation 2017-04-08 15:43:19 +02:00
Makefile core implementation 2017-04-08 15:43:19 +02:00
_prep.py log.py: tweak LogTarget list, require explicit LogTarget 2017-05-08 10:12:25 +00:00
all_tests.py core implementation 2017-04-08 15:43:19 +02:00
cdf_test.ok ms: Create a cumulative distribution function class 2018-04-04 15:34:09 +01:00
cdf_test.py ms: Create a cumulative distribution function class 2018-04-04 15:34:09 +01:00
config_test.err core implementation 2017-04-08 15:43:19 +02:00
config_test.ok config: Fix combination of lists 2017-09-16 19:51:33 +00:00
config_test.py config: Fix combination of lists 2017-09-16 19:51:33 +00:00
lock_test.err core implementation 2017-04-08 15:43:19 +02:00
lock_test.ok fix util.py/FileLock and lock_test 2017-09-14 01:52:32 +02:00
lock_test.sh fix util.py/FileLock and lock_test 2017-09-14 01:52:32 +02:00
lock_test_help.py fix util.py/FileLock and lock_test 2017-09-14 01:52:32 +02:00
log_test.err core implementation 2017-04-08 15:43:19 +02:00
log_test.ok log_test.py: cosmetic follow-up 2017-06-13 13:32:37 +02:00
log_test.py log_test.py: cosmetic follow-up 2017-06-13 13:32:37 +02:00
misc.py core implementation 2017-04-08 15:43:19 +02:00
process_test.err core implementation 2017-04-08 15:43:19 +02:00
process_test.ok fix problem in origin ancestry: don't add self twice 2017-06-07 19:53:24 +02:00
process_test.ok.ign Add microsecond accuracy to log timestamps 2017-07-03 10:39:56 +00:00
process_test.py Add remote user for RemoteProcress 2017-05-04 13:16:21 +00:00
resource_test.err core implementation 2017-04-08 15:43:19 +02:00
resource_test.ok osmo-bts-trx: Big refactor and cleanup of osmo-trx related code 2018-08-29 12:30:48 +02:00
resource_test.ok.ign config: resolve real paths from symlinks, add paths debug logging 2017-05-04 20:56:48 +00:00
resource_test.py Introduce scenario modifiers 2018-08-21 16:48:02 +02:00
sms_test.err sms_test: add output checks 2017-05-31 20:40:18 +02:00
sms_test.ok sms_test: add output checks 2017-05-31 20:40:18 +02:00
sms_test.py fix: Sms.__eq__ bug due to typo 2017-05-31 20:39:42 +02:00
suite_test.err core implementation 2017-04-08 15:43:19 +02:00
suite_test.ok process: Early return during process termination if no proc running 2019-04-04 17:48:30 +02:00
suite_test.ok.ign Introduce scenario modifiers 2018-08-21 16:48:02 +02:00
suite_test.py suite_test: suite requires the fake trial to implement get_run_dir() 2019-09-18 18:57:11 +02:00
template_test.err core implementation 2017-04-08 15:43:19 +02:00
template_test.ok templates: bsc/nitb: Remove explicit no force-combined-si 2018-11-21 20:23:09 +01:00
template_test.py bts_*: Add incrementing bvci and rac values 2017-12-05 15:06:52 +01:00
trial_test.err core implementation 2017-04-08 15:43:19 +02:00
trial_test.ok trial.py: Remove accidental double creation of file 2017-05-24 12:02:43 +00:00
trial_test.ok.ign trial: always use abspath 2017-05-15 14:25:24 +02:00
trial_test.py core implementation 2017-04-08 15:43:19 +02:00
util_test.err core implementation 2017-04-08 15:43:19 +02:00
util_test.ok core implementation 2017-04-08 15:43:19 +02:00
util_test.py core implementation 2017-04-08 15:43:19 +02:00