From 32409110b65b013bc65930f3cfdef09671cd3a5a Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Mon, 3 Aug 2020 13:03:24 -0700 Subject: [VVP] ONAP Client enhancements Output hooks for resources. Outputs for each resource are returned as part of the complete onap-client spec when a resource is created. Hooks have been added for the SDC resources, to return the TOSCA model for each created resource. Dynamic config change. Ability to specify and reconfigure the onap-client configuration file at runtime without restarting the current session. Logging. Logging has been upgraded to create its own logging instance rather than the root logging instance, to avoid collisions. Issue-ID: VVP-455 Signed-off-by: stark, steven Change-Id: I7b03411d221801fc51b80ee6a73d9491e823da56 --- onap-client/onap_client/tests/test_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onap-client/onap_client/tests') diff --git a/onap-client/onap_client/tests/test_engine.py b/onap-client/onap_client/tests/test_engine.py index 808e5b7..b305725 100644 --- a/onap-client/onap_client/tests/test_engine.py +++ b/onap-client/onap_client/tests/test_engine.py @@ -46,4 +46,4 @@ def test_engine(): t = load_spec(spec_file) - assert isinstance(t, dict) + assert isinstance(t, list) -- cgit 1.2.3-korg