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/GlobalAndNSConfig/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/GlobalAndNSConfig') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/GlobalAndNSConfig/config.properties b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/GlobalAndNSConfig/config.properties index 1a86f68a65..bd1d9fdfea 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/GlobalAndNSConfig/config.properties +++ b/common/onap-common-configuration-management/onap-configuration-management-core/src/test/resources/GlobalAndNSConfig/config.properties @@ -5,6 +5,6 @@ artifact.name.allowedChar=a-zA-Z artifact.status=Deleted artifact.persistLocation=/opt/spool, ${sys:user.home}/asdc artifact.jsonSchema=@GeneratorsList.json -artifact.xmlSchema=@${env:path}/myschema.json +artifact.xmlSchema=@${env:PATH}/myschema.json artifact.consumerAPPC=${artifact.consumer} _config.namespace=GlobalAndNSConfig \ No newline at end of file -- cgit 1.2.3-korg