Update git submodules
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 11 May 2020 19:25:09 +0000 (12:25 -0700)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 May 2020 19:25:09 +0000 (19:25 +0000)
commitcc29cd3eb496d7a406f954afe87e0a9fb0405f6a
tree2597314672b194ecce18e064722272bf600e32cb
parentc36668ad886b5f3cf73a9620aa3b56117bcffbca
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to feb93cdb3e2e842affe1a5de171c1242b44add70
  - Improve code testability

    A module is created with specific class methods
    to perform particular simulator services' lifecycle
    operations.

    Change-Id: I467360ab304a00f049bf53c3958e42f445f2d75b
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Allow importing the script as module

    Improves testability (TBD)

    Change-Id: I0c4845f85d14b49b4702270ffad537a19c1c7df7
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Rework input parameters handling

    Main input options were turned into subcommands
    for improved CLI user experience.

    Input parameters handling and validation logic was
    moved out of the code to argparse native facilities.

    Updated the doc around script usage details.

    Change-Id: Ifaa2a0e49f2a0b5b677020307dc74942c422bbe1
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
docs/submodules/integration.git