osmo-gsm-tester/src/osmo_gsm_tester/core
Alejandro Leal Conejos dcc0b5577c util: fix the functions "create_netns" and "setcap_netsys_admin".
This commit fixes 2 functions from util.py:
 - setcap_netsys_admin: removed "self" from the arguments.
 - create_netns: pass "run_dir" to Process and convert the arguments to
a list as the other methods in the file.

Change-Id: Ida4c6d6500be92b8d1f96e4e7a870e63bd329be9
2021-06-15 17:58:44 +02: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: Allow empty config files 2020-06-15 14:28:00 +02:00
event_loop.py EventLoop: Fix log error "Origin parent loop" during wait() 2020-06-10 19:50:12 +02:00
log.py report fragment: strip ansi colors from junit XML 2020-12-11 00:19:13 +01:00
process.py enb,ue,process: move stdout counter helper to process objects 2021-02-08 17:48:09 +01:00
remote.py Process: Add remote_port as new parameter 2020-11-30 16:32:51 +00:00
report.py report fragment: strip ansi colors from junit XML 2020-12-11 00:19:13 +01:00
resource.py resource: Fix next_zmq_port_range using bvci file name 2020-12-17 15:51:39 +01: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: add 5G as UE feature 2021-05-03 13:43:44 +02:00
suite.py log reserved resources 2020-12-11 00:19:13 +01:00
template.py testenv: Support test overlaying a directory to look for templates 2020-06-04 20:03:07 +02:00
test.py add test.report_fragment() 2020-12-11 00:19:13 +01:00
trial.py test: Store brief log per test and use as default report_stdout 2020-06-11 18:07:08 +02:00
util.py util: fix the functions "create_netns" and "setcap_netsys_admin". 2021-06-15 17:58:44 +02:00