From 6e5e2e19ed43ed4f4b23b58a5c78f2350fe64d19 Mon Sep 17 00:00:00 2001 From: vempo Date: Thu, 25 Oct 2018 11:47:10 +0300 Subject: Fixed configuration tests to run on Linux On Linux, environment variables are case sensitive, while on Windows they are not. Change-Id: I49dfd68ab3596ff7ee4a7a53aeba906b606df81b Issue-ID: SDC-1867 Signed-off-by: vempo --- .../src/test/resources/YAMLConfiguration/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/YAMLConfiguration/config.yaml') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/YAMLConfiguration/config.yaml b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/YAMLConfiguration/config.yaml index 706b22db5e..f483f36734 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/YAMLConfiguration/config.yaml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/YAMLConfiguration/config.yaml @@ -21,7 +21,7 @@ artifact: Deleted persistLocation: "/opt/spool,${sys:user.home}/asdc" jsonSchema: "@GeneratorList.json" - xmlSchema: "@${env:path}/myschema.json" + xmlSchema: "@${env:PATH}/myschema.json" consumerAPPC: "${artifact.consumer}" _config: namespace: YAMLConfig \ No newline at end of file -- cgit 1.2.3-korg