Fix build docker jjb issue 09/12609/3
authorBin Yang <bin.yang@windriver.com>
Fri, 15 Sep 2017 04:58:17 +0000 (12:58 +0800)
committerBin Yang <bin.yang@windriver.com>
Fri, 15 Sep 2017 04:58:17 +0000 (12:58 +0800)
Add version.properties file

Change-Id: Id05eb4fdfaef3f4429a589375135e5253a75ea84
Issue-Id: MULTICLOUD-58
Signed-off-by: Bin Yang <bin.yang@windriver.com>
ocata/vagrant/test/test-extensions.sh [new file with mode: 0644]
ocata/vagrant/test/tests
version.properties [new file with mode: 0644]

diff --git a/ocata/vagrant/test/test-extensions.sh b/ocata/vagrant/test/test-extensions.sh
new file mode 100644 (file)
index 0000000..084d0f8
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+MULTICLOUD_PLUGIN_ENDPOINT=http://172.16.77.40:9004/api/multicloud-ocata/v0/openstack-hudson-dc_RegionOne
+curl -v -s  -H "Content-Type: application/json" -X GET $MULTICLOUD_PLUGIN_ENDPOINT/extensions
+
+curl -v -s  -H "Content-Type: application/json" -X GET $MULTICLOUD_PLUGIN_ENDPOINT/extensions/epa-caps
index 9fb8736..ed71a61 100644 (file)
@@ -1 +1,2 @@
 test1.sh
+test-extensions.sh
diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..601b82f
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright (c) 2017 Wind River Systems, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major=1
+minor=1
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT