aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/MassPnfSim.py
AgeCommit message (Expand)AuthorFilesLines
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