diff options
author | Jim Hahn <jrh3@att.com> | 2020-11-16 16:20:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-16 16:20:11 +0000 |
commit | e267120c204303088f3c15e580a5e1a364e014f5 (patch) | |
tree | 6dc51f9a39c8c5268507829013ecce071179fea7 /examples/examples-onap-vcpe/src/test/resources | |
parent | 6a84e64998c749182c1a49301a245918724123d9 (diff) | |
parent | da12c1c622ebc2304965ff1f646dc9783c5363c6 (diff) |
Merge "Update vCPE example for JSON Stringify"
Diffstat (limited to 'examples/examples-onap-vcpe/src/test/resources')
-rw-r--r-- | examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt | 3 | ||||
-rw-r--r-- | examples/examples-onap-vcpe/src/test/resources/logback-test.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt b/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt index d0a5a698e..aa378af6c 100644 --- a/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt +++ b/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt @@ -50,3 +50,6 @@ Run the engine in Docker, running with pasting into console using standard input On an extraction of the Apex tarball, run the Apex client bin/apexApps.sh full-client + +Run standalone version using Maven +mvn exec:java -Dexec.classpathScope="test" -Dexec.mainClass=org.onap.policy.apex.domains.onap.vcpe.OnapVcpeStandaloneRunner diff --git a/examples/examples-onap-vcpe/src/test/resources/logback-test.xml b/examples/examples-onap-vcpe/src/test/resources/logback-test.xml index b3a202ced..e48e25b1e 100644 --- a/examples/examples-onap-vcpe/src/test/resources/logback-test.xml +++ b/examples/examples-onap-vcpe/src/test/resources/logback-test.xml @@ -2,6 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2016-2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +24,6 @@ <contextName>Apex</contextName> <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" /> - <property name="LOG_DIR" value="${java.io.tmpdir}/apex_logging/" /> <!-- USE FOR STD OUT ONLY --> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> |