aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-07-02netconf-pnp-simulator: fix supervisor patching failureebo2-2/+3
2020-07-02Create runtime setup for the scriptBartek Grzybowski4-5/+44
2020-07-02Fix --conf option validationBartek Grzybowski1-7/+9
2020-07-02Add compare NodePort and Ingress scanLucjan Bryndza1-6/+75
2020-07-01Fix ingress default http and https portsLucjan Bryndza1-2/+4
2020-06-18Start/stop the 3GPP measurements file generator at simulator start/stopBartek Grzybowski2-6/+21
2020-06-17Pass options to each lifecycle method separatelyBartek Grzybowski4-39/+53
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 Grzybowski8-14/+28
2020-06-15Drop shell wrapper for docker compose operationsBartek Grzybowski1-19/+0
2020-06-15Run the 3GPP measurements file generator in bootstrap phaseBartek Grzybowski2-3/+5
2020-06-15Generate vsftpd config file in bootstrap phaseBartek Grzybowski2-5/+13
2020-06-15Make the config generation private method more genericBartek Grzybowski1-14/+15
2020-06-10Add a helper method to generate docker compose fileBartek Grzybowski2-4/+29
2020-06-10Simplify network name in Compose templateBartek Grzybowski1-4/+4
2020-06-10Add helper method to generate simulator configBartek Grzybowski1-1/+14
2020-06-10Update Mass PNF simulator documentationBartek Grzybowski1-7/+11
2020-06-10Drop action methods decoratorBartek Grzybowski1-24/+0
2020-06-10Setup and start docker-compose simulator app directly in Python moduleBartek Grzybowski2-10/+18
2020-06-10Chown vsftpd config file to root while bootstrappingBartek Grzybowski2-2/+11
2020-06-10Add internal routine for logs archivingBartek Grzybowski1-2/+26
2020-06-10Remove useless RUNNING_COMPOSE_CONFIG assignmentBartek Grzybowski1-1/+0
2020-06-10Drop shell debug mode in command wrapper methodBartek Grzybowski1-2/+2
2020-06-05Support stopping sending PNF registration messages in Python moduleBartek Grzybowski4-7/+61
2020-06-05Add test case for invalid '--count' option valueBartek Grzybowski1-0/+18
2020-06-05Drop shell wrapper for 'trigger_custom' action as wellBartek Grzybowski2-11/+14
2020-06-05Support triggering simulator app directly from MassPnfSim moduleBartek Grzybowski3-26/+40
2020-06-05Drop shell wrapper for stopping simulator instancesBartek Grzybowski2-15/+47
2020-06-02Add helper routine for getting iter range in lifecycle methodsBartek Grzybowski1-5/+9
2020-06-02Drop shell wrapper for getting simulators statusBartek Grzybowski2-14/+37
2020-06-02Add helper method to get running docker containers names listBartek Grzybowski2-1/+11
2020-06-02Add helper method to get simulator instance dataBartek Grzybowski3-2/+13
2020-05-29Remove postman subdirectorymrichomme25-9967/+0
2020-05-29Update vCPE Tosca use casemrichomme1-0/+76
2020-05-25Add functional tests for verifying simulator services statusBartek Grzybowski4-1/+36
2020-05-25Add functional test for 'clean' subcommandBartek Grzybowski2-0/+10
2020-05-25Add functional tests for 'stop' subcommandBartek Grzybowski1-0/+21
2020-05-25Add tests for 'trigger_custom' subcommandBartek Grzybowski3-0/+27
2020-05-25Add functional tests for 'trigger' commandBartek Grzybowski1-0/+18
2020-05-25Add functional tests for 'start' commandBartek Grzybowski1-0/+18
2020-05-25Add functional tests for bootstrap commandsBartek Grzybowski1-0/+60
2020-05-25Add pytest fixturesBartek Grzybowski1-0/+30
2020-05-25Remove fixture declaration that is defined in pytest configBartek Grzybowski1-5/+0
2020-05-25Add 'pyyaml' dependency in 'pytest' tox envBartek Grzybowski1-3/+3
2020-05-25Add pytest testing scenario settings for simulatorBartek Grzybowski1-0/+6
2020-05-25Drop shell 'rm' command and use 'rmtree' native Python routineBartek Grzybowski1-5/+6
2020-05-20Add tests for CLI script optionsBartek Grzybowski2-1/+48
2020-05-20Create setuptools based Python env setup for the scriptsBartek Grzybowski6-14/+57
2020-05-19Iterate over all bootstrapped instances by defaultBartek Grzybowski1-10/+31