Changes in database for allowing IP parameters, changes in DB migration script, new DB version 12, small changes in openmano_schemas and other files to deal with new DB version, basictest run successfully
Change-Id: I30e00c5bcd30aab35a39746dbf568dac4164f247
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/test/basictest.sh b/test/basictest.sh
index ad243c6..891736c 100755
--- a/test/basictest.sh
+++ b/test/basictest.sh
@@ -126,7 +126,7 @@
echo "Stopping openmano"
$DIRscript/service-openmano.sh mano stop
echo "Initializing openmano database"
- $DIRmano/database_utils/init_mano_db.sh -u mano -p manopw
+ $DIRmano/database_utils/init_mano_db.sh -u mano -p manopw --createdb
echo "Starting openmano"
$DIRscript/service-openmano.sh mano start
echo