Added tests and SOL005 to the list of repos where to create new tags

Change-Id: I3a768082f622263f405d3905fa43759e135d79d5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tools/newtag.sh b/tools/newtag.sh
index 9b40765..d90addc 100755
--- a/tools/newtag.sh
+++ b/tools/newtag.sh
@@ -29,7 +29,7 @@
 tag_header="OSM Release $RELEASE_NAME:"
 tag_message="$tag_header version $TAG"
 
-modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA"
+modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA tests SOL005"
 list=""
 for i in $modules; do
     if [ "$1" == "$i" -o "$1" == "all" ]; then