Age | Commit message (Expand) | Author | Files | Lines |
2020-06-05 | Drop shell wrapper for 'trigger_custom' action as well | Bartek Grzybowski | 2 | -11/+14 |
2020-06-05 | Support triggering simulator app directly from MassPnfSim module | Bartek Grzybowski | 3 | -26/+40 |
2020-06-05 | Drop shell wrapper for stopping simulator instances | Bartek Grzybowski | 2 | -15/+47 |
2020-06-02 | Add helper routine for getting iter range in lifecycle methods | Bartek Grzybowski | 1 | -5/+9 |
2020-06-02 | Drop shell wrapper for getting simulators status | Bartek Grzybowski | 2 | -14/+37 |
2020-06-02 | Add helper method to get running docker containers names list | Bartek Grzybowski | 2 | -1/+11 |
2020-06-02 | Add helper method to get simulator instance data | Bartek Grzybowski | 3 | -2/+13 |
2020-05-25 | Add functional tests for verifying simulator services status | Bartek Grzybowski | 4 | -1/+36 |
2020-05-25 | Add functional test for 'clean' subcommand | Bartek Grzybowski | 2 | -0/+10 |
2020-05-25 | Add functional tests for 'stop' subcommand | Bartek Grzybowski | 1 | -0/+21 |
2020-05-25 | Add tests for 'trigger_custom' subcommand | Bartek Grzybowski | 3 | -0/+27 |
2020-05-25 | Add functional tests for 'trigger' command | Bartek Grzybowski | 1 | -0/+18 |
2020-05-25 | Add functional tests for 'start' command | Bartek Grzybowski | 1 | -0/+18 |
2020-05-25 | Add functional tests for bootstrap commands | Bartek Grzybowski | 1 | -0/+60 |
2020-05-25 | Add pytest fixtures | Bartek Grzybowski | 1 | -0/+30 |
2020-05-25 | Remove fixture declaration that is defined in pytest config | Bartek Grzybowski | 1 | -5/+0 |
2020-05-25 | Add 'pyyaml' dependency in 'pytest' tox env | Bartek Grzybowski | 1 | -3/+3 |
2020-05-25 | Add pytest testing scenario settings for simulator | Bartek Grzybowski | 1 | -0/+6 |
2020-05-25 | Drop shell 'rm' command and use 'rmtree' native Python routine | Bartek Grzybowski | 1 | -5/+6 |
2020-05-20 | Add tests for CLI script options | Bartek Grzybowski | 2 | -1/+48 |
2020-05-20 | Create setuptools based Python env setup for the scripts | Bartek Grzybowski | 6 | -14/+57 |
2020-05-19 | Iterate over all bootstrapped instances by default | Bartek Grzybowski | 1 | -10/+31 |
2020-05-19 | Add a method to enumerate bootstrapped simulator instances | Bartek Grzybowski | 1 | -0/+6 |
2020-05-18 | Make the actions decorator a static method in a subclass | Bartek Grzybowski | 1 | -26/+29 |
2020-05-18 | Create a boilerplate decorator for MassPnfSim class actions | Bartek Grzybowski | 2 | -18/+29 |
2020-05-15 | Run Maven directly | Bartek Grzybowski | 1 | -3/+7 |
2020-05-15 | Leverage internal shell runner in bootstrap mode | Bartek Grzybowski | 3 | -19/+13 |
2020-05-15 | Add internal method for shell runner in MassPnfSim module | Bartek Grzybowski | 2 | -58/+40 |
2020-05-15 | Fix ftp dir permission in sftp-server container | Bartek Grzybowski | 3 | -3/+5 |
2020-05-15 | Make the maven image build an independent step | Bartek Grzybowski | 2 | -2/+12 |
2020-05-12 | Get and kill ROP_file_creator.sh childs as well | Bartek Grzybowski | 1 | -3/+15 |
2020-05-12 | Get the routine name to call with getattr | Bartek Grzybowski | 2 | -16/+3 |
2020-05-12 | Move CLI options processing to module level | Bartek Grzybowski | 2 | -70/+70 |
2020-05-11 | Improve code testability | Bartek Grzybowski | 3 | -155/+181 |
2020-05-11 | Allow importing the script as module | Bartek Grzybowski | 1 | -189/+196 |
2020-05-11 | Rework input parameters handling | Bartek Grzybowski | 3 | -45/+55 |
2020-05-08 | Refactor simulator instances IP setting logic | Bartek Grzybowski | 2 | -31/+38 |
2020-05-08 | Fix services IP addresses naming | Bartek Grzybowski | 1 | -22/+25 |
2020-05-08 | Drop superfluous variables and type casts | Bartek Grzybowski | 1 | -13/+10 |
2020-05-08 | Supress ANSI escape sequences when terminal not detected | Bartek Grzybowski | 1 | -2/+6 |
2020-05-05 | Make script verbosity adjustible | Bartek Grzybowski | 1 | -22/+30 |
2020-05-05 | Add input opts description in usage synopsis | Bartek Grzybowski | 1 | -10/+12 |
2020-05-05 | Leverage ArgumentParser facilities for input options validation | Bartek Grzybowski | 1 | -27/+28 |
2020-05-05 | Add helper functions for input options validation | Bartek Grzybowski | 2 | -0/+22 |
2020-05-03 | Rephrase the argparse arguments help messages | Bartek Grzybowski | 1 | -61/+13 |
2020-05-03 | Kill the 'sleep' process as well | Bartek Grzybowski | 1 | -1/+1 |
2020-05-04 | pnf-sw-upgrade: fix lock-protected update of yang module | ebo | 1 | -54/+50 |
2020-04-20 | Leverage pytest parametrize mark in test_rest_api_endpoints | Bartek Grzybowski | 1 | -34/+17 |
2020-04-20 | Leverage pytest parametrize mark in test_bad_prefix test | Bartek Grzybowski | 1 | -21/+13 |
2020-04-20 | Leverage pytest parametrize mark in test_bad_moi_class test | Bartek Grzybowski | 1 | -19/+8 |