Fix rebased conflicts from master 75/24375/7
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 12 Oct 2017 03:23:57 +0000 (08:53 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Mon, 20 Nov 2017 08:33:07 +0000 (14:03 +0530)
Issue-Id: CLI-66

Change-Id: I1cc275c2794d9c7e4b951f648eb8cc1e569973c5
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
deployment/docker/src/main/docker/Dockerfile
main/src/main/resources/oclip-readme.txt [moved from main/src/main/resources/onap-readme.txt with 100% similarity]
validate/validation/src/test/java/org/onap/cli/validation/OnapValidationTest.java

index e23a3c1..a12b226 100644 (file)
@@ -35,7 +35,7 @@ RUN chmod +x ./bin/oclip.sh  && \
      if [ ! -d ./open-cli-schema ]; then mkdir ./open-cli-schema; fi
 
 #Create the readable README
-RUN pandoc -t plain $OPEN_CLI_HOME/docs/README.md > $OPEN_CLI_HOME/docs/onap-readme.txt
+RUN pandoc -t plain $OPEN_CLI_HOME/docs/README.md > $OPEN_CLI_HOME/docs/oclip-readme.txt
 
 #RTE: lighttpd
 COPY ./STAGE/http/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf
index 8d78d40..2157313 100644 (file)
@@ -57,7 +57,7 @@ public class OnapValidationTest {
     }
 
     @Test
-    public void validateCommandsResult() throws IOException, OnapCommandException {
+    public void validateCommandSchemas() throws IOException, OnapCommandException {
         for (String version: OnapCommandRegistrar.getRegistrar().getAvailableProductVersions()) {
             OnapCommandRegistrar.getRegistrar().setEnabledProductVersion(version);
             System.out.println(version);