aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/MassPnfSim.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Start/stop the 3GPP measurements file generator at simulator start/stopBartek Grzybowski1-2/+16
2020-06-17Pass options to each lifecycle method separatelyBartek Grzybowski1-12/+26
2020-06-17Validate the subcommands on each instance method invocationBartek Grzybowski1-20/+33
2020-06-17Remove the existing_sim_instances instance attributeBartek Grzybowski1-8/+7
2020-06-16Support setting custom username/password for the file server serviceBartek Grzybowski1-4/+14
2020-06-15Drop shell wrapper for docker compose operationsBartek Grzybowski1-19/+0
2020-06-15Run the 3GPP measurements file generator in bootstrap phaseBartek Grzybowski1-0/+2
2020-06-15Generate vsftpd config file in bootstrap phaseBartek Grzybowski1-3/+11
2020-06-15Make the config generation private method more genericBartek Grzybowski1-14/+15
2020-06-10Add a helper method to generate docker compose fileBartek Grzybowski1-2/+27
2020-06-10Add helper method to generate simulator configBartek Grzybowski1-1/+14
2020-06-10Drop action methods decoratorBartek Grzybowski1-24/+0
2020-06-10Setup and start docker-compose simulator app directly in Python moduleBartek Grzybowski1-2/+11
2020-06-10Chown vsftpd config file to root while bootstrappingBartek Grzybowski1-1/+6
2020-06-10Add internal routine for logs archivingBartek Grzybowski1-2/+26
2020-06-10Drop shell debug mode in command wrapper methodBartek Grzybowski1-2/+2
2020-06-05Support stopping sending PNF registration messages in Python moduleBartek Grzybowski1-1/+17
2020-06-05Drop shell wrapper for 'trigger_custom' action as wellBartek Grzybowski1-6/+10
2020-06-05Support triggering simulator app directly from MassPnfSim moduleBartek Grzybowski1-4/+30
2020-06-05Drop shell wrapper for stopping simulator instancesBartek Grzybowski1-8/+32
2020-06-02Add helper routine for getting iter range in lifecycle methodsBartek Grzybowski1-5/+9
2020-06-02Drop shell wrapper for getting simulators statusBartek Grzybowski1-3/+25
2020-06-02Add helper method to get running docker containers names listBartek Grzybowski1-0/+9
2020-06-02Add helper method to get simulator instance dataBartek Grzybowski1-0/+11
2020-05-25Drop shell 'rm' command and use 'rmtree' native Python routineBartek Grzybowski1-5/+6
2020-05-19Iterate over all bootstrapped instances by defaultBartek Grzybowski1-10/+31
2020-05-19Add a method to enumerate bootstrapped simulator instancesBartek Grzybowski1-0/+6
2020-05-18Make the actions decorator a static method in a subclassBartek Grzybowski1-26/+29
2020-05-18Create a boilerplate decorator for MassPnfSim class actionsBartek Grzybowski1-17/+28
2020-05-15Run Maven directlyBartek Grzybowski1-3/+7
2020-05-15Leverage internal shell runner in bootstrap modeBartek Grzybowski1-16/+9
2020-05-15Add internal method for shell runner in MassPnfSim moduleBartek Grzybowski1-46/+29
2020-05-15Make the maven image build an independent stepBartek Grzybowski1-0/+4
2020-05-12Get the routine name to call with getattrBartek Grzybowski1-1/+1
2020-05-12Move CLI options processing to module levelBartek Grzybowski1-0/+64
2020-05-11Improve code testabilityBartek Grzybowski1-0/+157