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