aboutsummaryrefslogtreecommitdiffstats
path: root/run_basic_clamp.py
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-12-08 18:11:58 +0100
committermrichomme <morgan.richomme@orange.com>2020-12-08 18:20:21 +0100
commit5c0d148a26d3880484cc47c859b695414836c76c (patch)
tree02100b34008dd4ae0eb21784368c679d00a6c63a /run_basic_clamp.py
parentc9ee30562d7c56c551c4858a69faa70be3234043 (diff)
Prepare basic_clamp use case
Update of basic_clamp use case Please note there is a dependency with the onapsdk [1] due to teh fact that policy_tca (frankfurt) has to be changed to policy.tca in guilin. In this version, we still use the clamp authentication done by certificates. The last version of clamp supports basic/auth but onapsdk has to be updated to offer this option, which will better. Until it is updated, the use case can work using the old cert authentificaiton method. This use case has been succesfully tested on - daily guilin => dcae k8s plugin 3.4.2 - daily master => use the version 3.4.3 [1]: https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk/-/merge_requests/216 Issue-ID: TEST-277 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I4c5da94dd5669f328d124f7a85886d248a9c5a61
Diffstat (limited to 'run_basic_clamp.py')
-rw-r--r--run_basic_clamp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_basic_clamp.py b/run_basic_clamp.py
index 06c3dda..514b91f 100644
--- a/run_basic_clamp.py
+++ b/run_basic_clamp.py
@@ -14,3 +14,4 @@ if __name__ == "__main__":
basic_clamp = ClampStep(
cleanup=settings.CLEANUP_FLAG)
basic_clamp.execute()
+ basic_clamp.reports_collection.generate_report()