From cc29cd3eb496d7a406f954afe87e0a9fb0405f6a Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 11 May 2020 12:25:09 -0700 Subject: [PATCH] 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 - Allow importing the script as module Improves testability (TBD) Change-Id: I0c4845f85d14b49b4702270ffad537a19c1c7df7 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski - 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 --- docs/submodules/integration.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git index c981fa0f1..feb93cdb3 160000 --- a/docs/submodules/integration.git +++ b/docs/submodules/integration.git @@ -1 +1 @@ -Subproject commit c981fa0f1062dcebd0f2fa01aff1ff58ecb302fc +Subproject commit feb93cdb3e2e842affe1a5de171c1242b44add70 -- 2.16.6