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