fixing tests for additionalParams and NSI without osm running
[osm/NBI.git] / osm_nbi / tests / delete-all.sh
index d8cb474..643b607 100755 (executable)
@@ -1,16 +1,26 @@
 #! /bin/bash
 
+# 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.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 export NBI_URL=https://localhost:9999/osm
 USERNAME=admin
 PASSWORD=admin
 PROJECT=admin
 
-
-
 #get token
 TOKEN=`curl --insecure -H "Content-Type: application/yaml" -H "Accept: application/yaml"  --data "{username: $USERNAME, password: $PASSWORD, project_id: $PROJECT}" ${NBI_URL}/admin/v1/tokens 2>/dev/null | awk '($1=="id:"){print $2}' ` ; echo $TOKEN
 
-
 echo  deleting all
 #DELETE ALL