1. f0190dd Add functional tests for verifying simulator services status by Bartek Grzybowski · 4 years, 7 months ago
  2. ee15fa4 Add functional test for 'clean' subcommand by Bartek Grzybowski · 4 years, 7 months ago
  3. b299db2 Add functional tests for 'stop' subcommand by Bartek Grzybowski · 4 years, 7 months ago
  4. 5196e33 Add tests for 'trigger_custom' subcommand by Bartek Grzybowski · 4 years, 7 months ago
  5. 5ca49c9 Add functional tests for 'trigger' command by Bartek Grzybowski · 4 years, 7 months ago
  6. 97bb31d Add functional tests for 'start' command by Bartek Grzybowski · 4 years, 7 months ago
  7. 2b709a7 Add functional tests for bootstrap commands by Bartek Grzybowski · 4 years, 7 months ago
  8. 59aef35 Add pytest fixtures by Bartek Grzybowski · 4 years, 7 months ago
  9. 83e0ecd Remove fixture declaration that is defined in pytest config by Bartek Grzybowski · 4 years, 7 months ago
  10. 6a33e1c Add 'pyyaml' dependency in 'pytest' tox env by Bartek Grzybowski · 4 years, 7 months ago
  11. 060b6d5 Add pytest testing scenario settings for simulator by Bartek Grzybowski · 4 years, 7 months ago
  12. f2b1483 Drop shell 'rm' command and use 'rmtree' native Python routine by Bartek Grzybowski · 4 years, 7 months ago
  13. 896cc8b Add tests for CLI script options by Bartek Grzybowski · 4 years, 7 months ago
  14. 50975a2 Create setuptools based Python env setup for the scripts by Bartek Grzybowski · 4 years, 7 months ago
  15. 5717b5e Iterate over all bootstrapped instances by default by Bartek Grzybowski · 4 years, 7 months ago
  16. a71704c Add a method to enumerate bootstrapped simulator instances by Bartek Grzybowski · 4 years, 7 months ago
  17. a89abf8 Make the actions decorator a static method in a subclass by Bartek Grzybowski · 4 years, 7 months ago
  18. bb8249e Create a boilerplate decorator for MassPnfSim class actions by Bartek Grzybowski · 4 years, 7 months ago
  19. 5422700 Run Maven directly by Bartek Grzybowski · 4 years, 7 months ago
  20. be79e4d Leverage internal shell runner in bootstrap mode by Bartek Grzybowski · 4 years, 7 months ago
  21. b61465f Add internal method for shell runner in MassPnfSim module by Bartek Grzybowski · 4 years, 7 months ago
  22. 633caca Fix ftp dir permission in sftp-server container by Bartek Grzybowski · 4 years, 7 months ago
  23. d203820 Make the maven image build an independent step by Bartek Grzybowski · 4 years, 7 months ago
  24. 19a4c45 Get and kill ROP_file_creator.sh childs as well by Bartek Grzybowski · 4 years, 7 months ago
  25. 950cbad Get the routine name to call with getattr by Bartek Grzybowski · 4 years, 7 months ago
  26. c85faa4 Move CLI options processing to module level by Bartek Grzybowski · 4 years, 7 months ago
  27. feb93cd Improve code testability by Bartek Grzybowski · 4 years, 7 months ago
  28. 8feb3f5 Allow importing the script as module by Bartek Grzybowski · 4 years, 7 months ago
  29. 6a09dd6 Rework input parameters handling by Bartek Grzybowski · 4 years, 7 months ago
  30. c981fa0 update vCPE local case by zhaoliping123 · 4 years, 7 months ago
  31. 11689da Add missing dependency for port scanning by Pawel Wieczorek · 4 years, 7 months ago
  32. 0aefca4 Use correct nmap filters by Pawel Wieczorek · 4 years, 8 months ago
  33. 937fe44 Refactor simulator instances IP setting logic by Bartek Grzybowski · 4 years, 7 months ago
  34. c9514c7 Fix services IP addresses naming by Bartek Grzybowski · 4 years, 7 months ago
  35. 8ec0816 Drop superfluous variables and type casts by Bartek Grzybowski · 4 years, 7 months ago
  36. 879d567 Supress ANSI escape sequences when terminal not detected by Bartek Grzybowski · 4 years, 7 months ago
  37. 1f76234 Make script verbosity adjustible by Bartek Grzybowski · 4 years, 7 months ago
  38. 70c116f Add input opts description in usage synopsis by Bartek Grzybowski · 4 years, 7 months ago
  39. 32fb5ab Leverage ArgumentParser facilities for input options validation by Bartek Grzybowski · 4 years, 7 months ago
  40. 8200d2a Add helper functions for input options validation by Bartek Grzybowski · 4 years, 7 months ago
  41. c29b946 Rephrase the argparse arguments help messages by Bartek Grzybowski · 4 years, 8 months ago
  42. d73a9bf Kill the 'sleep' process as well by Bartek Grzybowski · 4 years, 8 months ago
  43. 1719606 pnf-sw-upgrade: fix lock-protected update of yang module by ebo · 4 years, 8 months ago
  44. 151f6bd Exclude VFC-redis from xfail list by mrichomme · 4 years, 8 months ago
  45. 906480b Add vcpe tosca local mode case by zhaoliping123 · 4 years, 8 months ago
  46. d0bbb7a Leverage pytest parametrize mark in test_rest_api_endpoints by Bartek Grzybowski · 4 years, 8 months ago
  47. 55329d1 Leverage pytest parametrize mark in test_bad_prefix test by Bartek Grzybowski · 4 years, 8 months ago
  48. 738954b Leverage pytest parametrize mark in test_bad_moi_class test by Bartek Grzybowski · 4 years, 8 months ago
  49. e7aae53 Refactor test_unauthorized() to leverage pytest parametrize mark by Bartek Grzybowski · 4 years, 8 months ago
  50. ee0c74e netconf-pnp-simulator: fix sysrepod crash on TLS reconfig by ebo · 4 years, 8 months ago
  51. fa61808 Add test to verify bad API prefix handling by the service by Bartek Grzybowski · 4 years, 8 months ago
  52. e7c68f9 Add test to verify bad MOI handling by the service by Bartek Grzybowski · 4 years, 8 months ago
  53. babc5a8 Add test to verify unauthorized requests by Bartek Grzybowski · 4 years, 8 months ago
  54. eb24769 Fix invalid prefix check handling by Bartek Grzybowski · 4 years, 8 months ago
  55. 18c479f Return http 404 for wrong prefix, not 401 by Bartek Grzybowski · 4 years, 8 months ago
  56. 6049499 Move tests to their own directory by Bartek Grzybowski · 4 years, 8 months ago
  57. 1fe9c29 Add tox runner for pytest in prov-mns-provider by Bartek Grzybowski · 4 years, 8 months ago
  58. ae16faf Extend unit tests for provisioning management service by Bartek Grzybowski · 4 years, 8 months ago
  59. c68b629 Add unit tests for provisioning management service by Bartek Grzybowski · 4 years, 8 months ago
  60. 398c9b2 netconf-pnp-simulator: enable NETCONF send/recv message logging by ebo · 4 years, 8 months ago
  61. 09e87ee Upgrade netconf-pnp-simulator image tag to 2.8.2 by Bartek Grzybowski · 4 years, 8 months ago
  62. 28babfa Fix integration markdown errors for linter by mrichomme · 4 years, 8 months ago
  63. c06ea62 netconf-pnp-simulator: normalized image reference by ebo · 4 years, 8 months ago
  64. 44757b3 netconf-pnp-simulator: fix invalid ref to libssh v0.8.8 by ebo · 4 years, 8 months ago
  65. 25ce8bb remove CLI from https xfail list by mrichomme · 4 years, 8 months ago
  66. 1402489 Update pnf-sw-upgrade module to latest engine v2.8.1 by ebo · 4 years, 8 months ago
  67. cfa48db Remove old PNF simulator by Bartosz Gardziejewski · 4 years, 8 months ago
  68. f986059 netconf-pnp-simulator: convenient TLS and SSH configuration by ebo · 4 years, 9 months ago
  69. 7a3199b Remove deprecated options from virtualenv invocation by Bartek Grzybowski · 4 years, 8 months ago
  70. 04e2d21 Upgrade netconf-pnp-simulator tag to 2.6.2 for netconf-pnp-pmsh by Bartek Grzybowski · 4 years, 9 months ago
  71. 15c9ba5 Upgrade netconf-pnp-simulator tag to 2.6.2 for ems-netconf-swm by Bartek Grzybowski · 4 years, 9 months ago
  72. 49574db Grant a waiver for SO 30277 by Krzysztof Opasiak · 4 years, 9 months ago
  73. 9148cc2 Add 'build' target for 'sslendpoints' project by Bartek Grzybowski · 4 years, 9 months ago
  74. d688c4c Reduce cyclomatic complexity by Pawel Wieczorek · 4 years, 9 months ago
  75. 328bcfb Add "expected failure" support to non-SSL NodePort scanner by Pawel Wieczorek · 4 years, 9 months ago
  76. 8a7af5c Run port scan by Pawel Wieczorek · 4 years, 9 months ago
  77. 935f1b8 Add IP addresses filtering by Pawel Wieczorek · 4 years, 9 months ago
  78. c5cf34d Add temporary "make" target for automated testing compatibility by Pawel Wieczorek · 4 years, 9 months ago
  79. 600bce3 Add NodePorts filtering with development environment basis by Pawel Wieczorek · 4 years, 10 months ago
  80. 45d5c7a Increase verifiability of security checks by Pawel Wieczorek · 4 years, 10 months ago
  81. ba7629d Add the provisioning management service provider for 5G NRM CM by Huang Cheng · 4 years, 10 months ago
  82. ebbd0c3 Add script and patch to build CBA file to support PNF SW upgrade by Enbo Wang · 4 years, 9 months ago
  83. e0fe449 Set of fixes for pnfsimulator startup by Tomasz Golabek · 4 years, 9 months ago
  84. b1778ed Add services with waiver to expected failures list for non-SSL endpoints tests by Pawel Wieczorek · 4 years, 9 months ago
  85. 48d30cd Filter out only open non-SSL ports by Pawel Wieczorek · 4 years, 9 months ago
  86. 7386213 EMS simulator extension to support netconf interaction with CDS by Yaoguang Wang · 4 years, 9 months ago
  87. 152a480 Fix regex for http xfail list by mrichomme · 4 years, 9 months ago
  88. 171c263 Unify expected failures lists naming convention by Pawel Wieczorek · 4 years, 9 months ago
  89. 17165c0 Add upstream services to expected failures list for non-SSL endpoints tests by Pawel Wieczorek · 4 years, 9 months ago
  90. 318533f Added python3 and Updated netopeer image by rajendrajaiswal · 4 years, 9 months ago
  91. 769a791 netconf-pnp-simulator: make PYTHONPATH always globally defined by ebo · 4 years, 9 months ago
  92. c27713e Rename white list to xfail list to clarify the role of the list by mrichomme · 4 years, 9 months ago
  93. 3a474af Drop filtering out services recognized as HTTP by Pawel Wieczorek · 4 years, 9 months ago
  94. 331e07b Add expected failures list for HTTP endpoints tests by Pawel Wieczorek · 4 years, 9 months ago
  95. 99b8b9e Add a white list for jdwp tests by mrichomme · 4 years, 10 months ago
  96. e557da7 Fix linter issues in soutils.py vcp librabry by Bartek Grzybowski · 4 years, 9 months ago
  97. 2ee028b Fix Python linting issues in Python scripts by Bartek Grzybowski · 4 years, 9 months ago
  98. 23f22e8 Fix Python linting issues in Python scripts by Bartek Grzybowski · 4 years, 9 months ago
  99. 37fe1c2 Fix linting issues in check_for_ingress_and_nodeports.py by Bartek Grzybowski · 4 years, 9 months ago
  100. 4be94a6 Supress pylint warnings for undefined variables by Bartek Grzybowski · 4 years, 9 months ago