1. 7b4d577 Adjust DFC test files to use FTPES instead of FTPS by Remigiusz Janeczek · 4 years, 5 months ago
  2. 3301d53 Fix vsftpd config setup by Bartek Grzybowski · 4 years, 5 months ago
  3. 1c0daac Add README file by Bartek Grzybowski · 4 years, 5 months ago
  4. 3ad7e50 Add HOT parameters for the simulator by Bartek Grzybowski · 4 years, 5 months ago
  5. 4c6e4fc Setup build env on instance by Bartek Grzybowski · 4 years, 5 months ago
  6. 6c4d32e Setup runner script for the simulator in HOT by Bartek Grzybowski · 4 years, 5 months ago
  7. 18aaab4 Update tls-init-container by Remigiusz Janeczek · 4 years, 5 months ago
  8. e6e9e79 [PMSHSIM] Refactoring pmsh-pnf-sim by efiacor · 4 years, 5 months ago
  9. f2cd4ac Add sftp strict host key checking to DFC consul configs by Remigiusz Janeczek · 4 years, 5 months ago
  10. f58de8f Add basic cloud-init setup for the simulator instance by Bartek Grzybowski · 4 years, 5 months ago
  11. f8d8c57 Create basic Heat template by Bartek Grzybowski · 4 years, 6 months ago
  12. 661972c netconf-pnp-simulator: fix supervisor patching failure by ebo · 4 years, 6 months ago
  13. 10ed88c Start/stop the 3GPP measurements file generator at simulator start/stop by Bartek Grzybowski · 4 years, 6 months ago
  14. d35d3b8 Pass options to each lifecycle method separately by Bartek Grzybowski · 4 years, 6 months ago
  15. 90d6d7f Validate the subcommands on each instance method invocation by Bartek Grzybowski · 4 years, 6 months ago
  16. 4d5f4e0 Remove the existing_sim_instances instance attribute by Bartek Grzybowski · 4 years, 6 months ago
  17. cc01b3a Support setting custom username/password for the file server service by Bartek Grzybowski · 4 years, 6 months ago
  18. 08d2341 Drop shell wrapper for docker compose operations by Bartek Grzybowski · 4 years, 6 months ago
  19. 624c115 Run the 3GPP measurements file generator in bootstrap phase by Bartek Grzybowski · 4 years, 6 months ago
  20. 9ab2f40 Generate vsftpd config file in bootstrap phase by Bartek Grzybowski · 4 years, 6 months ago
  21. e2f20d0 Make the config generation private method more generic by Bartek Grzybowski · 4 years, 6 months ago
  22. 1fbf854 Add a helper method to generate docker compose file by Bartek Grzybowski · 4 years, 6 months ago
  23. e293ccd Simplify network name in Compose template by Bartek Grzybowski · 4 years, 6 months ago
  24. 700b607 Add helper method to generate simulator config by Bartek Grzybowski · 4 years, 6 months ago
  25. 0dc600f Update Mass PNF simulator documentation by Bartek Grzybowski · 4 years, 6 months ago
  26. 2b7abe8 Drop action methods decorator by Bartek Grzybowski · 4 years, 6 months ago
  27. 09b5a6f Setup and start docker-compose simulator app directly in Python module by Bartek Grzybowski · 4 years, 6 months ago
  28. 81287bc Chown vsftpd config file to root while bootstrapping by Bartek Grzybowski · 4 years, 6 months ago
  29. 138b199 Add internal routine for logs archiving by Bartek Grzybowski · 4 years, 6 months ago
  30. 304f31c Remove useless RUNNING_COMPOSE_CONFIG assignment by Bartek Grzybowski · 4 years, 6 months ago
  31. d0f2a7d Drop shell debug mode in command wrapper method by Bartek Grzybowski · 4 years, 6 months ago
  32. a3737ae Support stopping sending PNF registration messages in Python module by Bartek Grzybowski · 4 years, 6 months ago
  33. df5004b Add test case for invalid '--count' option value by Bartek Grzybowski · 4 years, 6 months ago
  34. 33a15ff Drop shell wrapper for 'trigger_custom' action as well by Bartek Grzybowski · 4 years, 6 months ago
  35. 626f286 Support triggering simulator app directly from MassPnfSim module by Bartek Grzybowski · 4 years, 6 months ago
  36. c17ed78 Drop shell wrapper for stopping simulator instances by Bartek Grzybowski · 4 years, 6 months ago
  37. 61ed366 Add helper routine for getting iter range in lifecycle methods by Bartek Grzybowski · 4 years, 7 months ago
  38. 572f644 Drop shell wrapper for getting simulators status by Bartek Grzybowski · 4 years, 7 months ago
  39. 110badf Add helper method to get running docker containers names list by Bartek Grzybowski · 4 years, 7 months ago
  40. 07b7d00 Add helper method to get simulator instance data by Bartek Grzybowski · 4 years, 7 months ago
  41. f0190dd Add functional tests for verifying simulator services status by Bartek Grzybowski · 4 years, 7 months ago
  42. ee15fa4 Add functional test for 'clean' subcommand by Bartek Grzybowski · 4 years, 7 months ago
  43. b299db2 Add functional tests for 'stop' subcommand by Bartek Grzybowski · 4 years, 7 months ago
  44. 5196e33 Add tests for 'trigger_custom' subcommand by Bartek Grzybowski · 4 years, 7 months ago
  45. 5ca49c9 Add functional tests for 'trigger' command by Bartek Grzybowski · 4 years, 7 months ago
  46. 97bb31d Add functional tests for 'start' command by Bartek Grzybowski · 4 years, 7 months ago
  47. 2b709a7 Add functional tests for bootstrap commands by Bartek Grzybowski · 4 years, 7 months ago
  48. 59aef35 Add pytest fixtures by Bartek Grzybowski · 4 years, 7 months ago
  49. 83e0ecd Remove fixture declaration that is defined in pytest config by Bartek Grzybowski · 4 years, 7 months ago
  50. 6a33e1c Add 'pyyaml' dependency in 'pytest' tox env by Bartek Grzybowski · 4 years, 7 months ago
  51. 060b6d5 Add pytest testing scenario settings for simulator by Bartek Grzybowski · 4 years, 7 months ago
  52. f2b1483 Drop shell 'rm' command and use 'rmtree' native Python routine by Bartek Grzybowski · 4 years, 7 months ago
  53. 896cc8b Add tests for CLI script options by Bartek Grzybowski · 4 years, 7 months ago
  54. 50975a2 Create setuptools based Python env setup for the scripts by Bartek Grzybowski · 4 years, 7 months ago
  55. 5717b5e Iterate over all bootstrapped instances by default by Bartek Grzybowski · 4 years, 7 months ago
  56. a71704c Add a method to enumerate bootstrapped simulator instances by Bartek Grzybowski · 4 years, 7 months ago
  57. a89abf8 Make the actions decorator a static method in a subclass by Bartek Grzybowski · 4 years, 7 months ago
  58. bb8249e Create a boilerplate decorator for MassPnfSim class actions by Bartek Grzybowski · 4 years, 7 months ago
  59. 5422700 Run Maven directly by Bartek Grzybowski · 4 years, 7 months ago
  60. be79e4d Leverage internal shell runner in bootstrap mode by Bartek Grzybowski · 4 years, 7 months ago
  61. b61465f Add internal method for shell runner in MassPnfSim module by Bartek Grzybowski · 4 years, 7 months ago
  62. 633caca Fix ftp dir permission in sftp-server container by Bartek Grzybowski · 4 years, 7 months ago
  63. d203820 Make the maven image build an independent step by Bartek Grzybowski · 4 years, 7 months ago
  64. 19a4c45 Get and kill ROP_file_creator.sh childs as well by Bartek Grzybowski · 4 years, 7 months ago
  65. 950cbad Get the routine name to call with getattr by Bartek Grzybowski · 4 years, 7 months ago
  66. c85faa4 Move CLI options processing to module level by Bartek Grzybowski · 4 years, 7 months ago
  67. feb93cd Improve code testability by Bartek Grzybowski · 4 years, 7 months ago
  68. 8feb3f5 Allow importing the script as module by Bartek Grzybowski · 4 years, 7 months ago
  69. 6a09dd6 Rework input parameters handling by Bartek Grzybowski · 4 years, 7 months ago
  70. 937fe44 Refactor simulator instances IP setting logic by Bartek Grzybowski · 4 years, 7 months ago
  71. c9514c7 Fix services IP addresses naming by Bartek Grzybowski · 4 years, 7 months ago
  72. 8ec0816 Drop superfluous variables and type casts by Bartek Grzybowski · 4 years, 7 months ago
  73. 879d567 Supress ANSI escape sequences when terminal not detected by Bartek Grzybowski · 4 years, 7 months ago
  74. 1f76234 Make script verbosity adjustible by Bartek Grzybowski · 4 years, 7 months ago
  75. 70c116f Add input opts description in usage synopsis by Bartek Grzybowski · 4 years, 7 months ago
  76. 32fb5ab Leverage ArgumentParser facilities for input options validation by Bartek Grzybowski · 4 years, 7 months ago
  77. 8200d2a Add helper functions for input options validation by Bartek Grzybowski · 4 years, 7 months ago
  78. c29b946 Rephrase the argparse arguments help messages by Bartek Grzybowski · 4 years, 8 months ago
  79. d73a9bf Kill the 'sleep' process as well by Bartek Grzybowski · 4 years, 8 months ago
  80. 1719606 pnf-sw-upgrade: fix lock-protected update of yang module by ebo · 4 years, 8 months ago
  81. d0bbb7a Leverage pytest parametrize mark in test_rest_api_endpoints by Bartek Grzybowski · 4 years, 8 months ago
  82. 55329d1 Leverage pytest parametrize mark in test_bad_prefix test by Bartek Grzybowski · 4 years, 8 months ago
  83. 738954b Leverage pytest parametrize mark in test_bad_moi_class test by Bartek Grzybowski · 4 years, 8 months ago
  84. e7aae53 Refactor test_unauthorized() to leverage pytest parametrize mark by Bartek Grzybowski · 4 years, 8 months ago
  85. ee0c74e netconf-pnp-simulator: fix sysrepod crash on TLS reconfig by ebo · 4 years, 8 months ago
  86. fa61808 Add test to verify bad API prefix handling by the service by Bartek Grzybowski · 4 years, 8 months ago
  87. e7c68f9 Add test to verify bad MOI handling by the service by Bartek Grzybowski · 4 years, 8 months ago
  88. babc5a8 Add test to verify unauthorized requests by Bartek Grzybowski · 4 years, 8 months ago
  89. eb24769 Fix invalid prefix check handling by Bartek Grzybowski · 4 years, 8 months ago
  90. 18c479f Return http 404 for wrong prefix, not 401 by Bartek Grzybowski · 4 years, 8 months ago
  91. 6049499 Move tests to their own directory by Bartek Grzybowski · 4 years, 8 months ago
  92. 1fe9c29 Add tox runner for pytest in prov-mns-provider by Bartek Grzybowski · 4 years, 8 months ago
  93. ae16faf Extend unit tests for provisioning management service by Bartek Grzybowski · 4 years, 8 months ago
  94. c68b629 Add unit tests for provisioning management service by Bartek Grzybowski · 4 years, 8 months ago
  95. 398c9b2 netconf-pnp-simulator: enable NETCONF send/recv message logging by ebo · 4 years, 8 months ago
  96. 09e87ee Upgrade netconf-pnp-simulator image tag to 2.8.2 by Bartek Grzybowski · 4 years, 8 months ago
  97. 28babfa Fix integration markdown errors for linter by mrichomme · 4 years, 8 months ago
  98. c06ea62 netconf-pnp-simulator: normalized image reference by ebo · 4 years, 8 months ago
  99. 44757b3 netconf-pnp-simulator: fix invalid ref to libssh v0.8.8 by ebo · 4 years, 8 months ago
  100. 1402489 Update pnf-sw-upgrade module to latest engine v2.8.1 by ebo · 4 years, 8 months ago