aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/_test_base8
-rwxr-xr-xtests/asserts8
-rwxr-xr-xtests/test_aai8
-rwxr-xr-xtests/test_appc8
-rwxr-xr-xtests/test_ccsdk8
-rwxr-xr-xtests/test_dcae8
-rwxr-xr-xtests/test_dmaap8
-rwxr-xr-xtests/test_integration8
-rwxr-xr-xtests/test_mr8
-rwxr-xr-xtests/test_msb8
-rwxr-xr-xtests/test_mso8
-rwxr-xr-xtests/test_multicloud8
-rwxr-xr-xtests/test_policy8
-rwxr-xr-xtests/test_portal8
-rwxr-xr-xtests/test_robot8
-rwxr-xr-xtests/test_sdc8
-rwxr-xr-xtests/test_sdnc8
-rwxr-xr-xtests/test_vfc8
-rwxr-xr-xtests/test_vid8
-rwxr-xr-xtests/test_vnfsdk8
-rwxr-xr-xtests/test_vvp8
21 files changed, 168 insertions, 0 deletions
diff --git a/tests/_test_base b/tests/_test_base
index b30632d..59b80a5 100755
--- a/tests/_test_base
+++ b/tests/_test_base
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
if [[ "$debug" == "True" ]]; then
set -o xtrace
diff --git a/tests/asserts b/tests/asserts
index 441b9f0..37c0f79 100755
--- a/tests/asserts
+++ b/tests/asserts
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap/commons
diff --git a/tests/test_aai b/tests/test_aai
index dd027d2..d403f9b 100755
--- a/tests/test_aai
+++ b/tests/test_aai
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/aai
diff --git a/tests/test_appc b/tests/test_appc
index f567d7f..5d76e21 100755
--- a/tests/test_appc
+++ b/tests/test_appc
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/appc
diff --git a/tests/test_ccsdk b/tests/test_ccsdk
index 28de270..da374b4 100755
--- a/tests/test_ccsdk
+++ b/tests/test_ccsdk
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/ccsdk
diff --git a/tests/test_dcae b/tests/test_dcae
index 3c5400f..2e75ede 100755
--- a/tests/test_dcae
+++ b/tests/test_dcae
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/dcae
diff --git a/tests/test_dmaap b/tests/test_dmaap
index 22cb4b7..f0d612e 100755
--- a/tests/test_dmaap
+++ b/tests/test_dmaap
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/dmaap
diff --git a/tests/test_integration b/tests/test_integration
index 7032788..5ab23a7 100755
--- a/tests/test_integration
+++ b/tests/test_integration
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/integration
diff --git a/tests/test_mr b/tests/test_mr
index ad1bcd2..e433934 100755
--- a/tests/test_mr
+++ b/tests/test_mr
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/mr
diff --git a/tests/test_msb b/tests/test_msb
index 0848d33..1a8fbe8 100755
--- a/tests/test_msb
+++ b/tests/test_msb
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/msb
diff --git a/tests/test_mso b/tests/test_mso
index 6a6bef7..8d05520 100755
--- a/tests/test_mso
+++ b/tests/test_mso
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/mso
diff --git a/tests/test_multicloud b/tests/test_multicloud
index 1b5b85d..2a17406 100755
--- a/tests/test_multicloud
+++ b/tests/test_multicloud
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/multicloud
diff --git a/tests/test_policy b/tests/test_policy
index b666cf9..889d8e8 100755
--- a/tests/test_policy
+++ b/tests/test_policy
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/policy
diff --git a/tests/test_portal b/tests/test_portal
index d20f173..8bf9383 100755
--- a/tests/test_portal
+++ b/tests/test_portal
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/portal
diff --git a/tests/test_robot b/tests/test_robot
index 165755c..f05523e 100755
--- a/tests/test_robot
+++ b/tests/test_robot
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/robot
diff --git a/tests/test_sdc b/tests/test_sdc
index 6765780..a708963 100755
--- a/tests/test_sdc
+++ b/tests/test_sdc
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/sdc
diff --git a/tests/test_sdnc b/tests/test_sdnc
index c4ddc56..685bebd 100755
--- a/tests/test_sdnc
+++ b/tests/test_sdnc
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/sdnc
diff --git a/tests/test_vfc b/tests/test_vfc
index 3fadeaf..38eab54 100755
--- a/tests/test_vfc
+++ b/tests/test_vfc
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/vfc
diff --git a/tests/test_vid b/tests/test_vid
index 79a4152..55e5746 100755
--- a/tests/test_vid
+++ b/tests/test_vid
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/vid
diff --git a/tests/test_vnfsdk b/tests/test_vnfsdk
index cd29a97..5c3a7c6 100755
--- a/tests/test_vnfsdk
+++ b/tests/test_vnfsdk
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/vnfsdk
diff --git a/tests/test_vvp b/tests/test_vvp
index 8e9594d..e38bd05 100755
--- a/tests/test_vvp
+++ b/tests/test_vvp
@@ -1,4 +1,12 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#############################################################################
source /var/onap_tests/_test_base
source /var/onap/vvp