aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_gsm_tester/ms_driver.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-11Move object classes used by tests into obj/ subdirPau Espin Pedrol1-157/+0
2020-04-11Create core directory to contain most of code not in object classes used by t...Pau Espin Pedrol1-1/+1
2019-05-08virtual: Make mass tests be able to activate themselvesHolger Hans Peter Freyther1-1/+2
2019-05-08virtual: Make it possible to add tests to the ms driverHolger Hans Peter Freyther1-31/+32
2019-05-04virtual: Introduce a base class for test casesHolger Hans Peter Freyther1-0/+2
2019-05-04virtual: Move the starter code into the starter moduleHolger Hans Peter Freyther1-2/+2
2019-04-30virtual: Separate starting virtphy/mobile from the testHolger Hans Peter Freyther1-7/+12
2019-04-28virtual: Have a single result class that can store dataHolger Hans Peter Freyther1-0/+6
2019-03-07nitb_netreg_mass: Add code to declare a run successful/failureHolger Hans Peter Freyther1-0/+12
2019-03-07nitb_netreg_mass: Allow a suite to configure num subscriberHolger Hans Peter Freyther1-39/+11
2019-03-05Revert "nitb_netreg_mass: Add code to declare a run successful/failure"Holger Freyther1-12/+0
2019-03-05nitb_netreg_mass: Add code to declare a run successful/failureHolger Hans Peter Freyther1-0/+12
2018-12-04md_driver: Store the virtphy unix sockets in the temp directoryHolger Hans Peter Freyther1-1/+1
2018-12-04ms_driver: Do the existance check with the pathHolger Hans Peter Freyther1-1/+1
2018-12-02Fix and use the right member variableHolger Hans Peter Freyther1-2/+2
2018-11-24ms_driver: Consult the suite to get the binariesHolger Hans Peter Freyther1-2/+29
2018-11-24ms_driver: use the util.Dir and create one dir per instanceHolger Hans Peter Freyther1-2/+3
2018-11-14ms_driver: Switch to process.Process from subprocessHolger Hans Peter Freyther1-8/+3
2018-11-14ms_driver: Allow to specify env and binary name/pathHolger Hans Peter Freyther1-1/+4
2018-11-06ms_driver: Initialize event_server_sk_tmp_dir in ctorHolger Hans Peter Freyther1-0/+1
2018-10-30Create a "ms_driver" stub for the testsuiteHolger Hans Peter Freyther1-0/+131