add unit tests for Moon 09/16609/2
authorWuKong <rebirthmonkey@gmail.com>
Fri, 8 Jul 2016 12:53:33 +0000 (14:53 +0200)
committerWuKong <rebirthmonkey@gmail.com>
Tue, 12 Jul 2016 16:55:42 +0000 (18:55 +0200)
Change-Id: If1a0e02b8eaba52b68501e6463b02b3a0547c2c9
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
jjb/moon/moon-verify.sh [deleted file]
jjb/moon/moon.yml

diff --git a/jjb/moon/moon-verify.sh b/jjb/moon/moon-verify.sh
deleted file mode 100755 (executable)
index 23bf47c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-echo "Hello World"
index 0044eb9..55d593f 100644 (file)
@@ -51,4 +51,6 @@
 
     builders:
         - shell:
-            !include-raw: ./moon-verify.sh
+            #!/bin/bash
+            echo "launch Moon unit tests"
+            nosetest $WORKSPACE/keystone-moon/keystone/tests/moon/unit
\ No newline at end of file