Setup the test repo structure

Change-Id: I72476deb4c5ec5ef87ee8c180f5b08ba618e25b6
diff --git a/vars/onap.yaml b/vars/onap.yaml
new file mode 100644
index 0000000..c55258e
--- /dev/null
+++ b/vars/onap.yaml
@@ -0,0 +1,33 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 The Nordix Foundation. All rights reserved.
+# ================================================================================
+# 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.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+
+# this file contains list of test frameworks used for testing onap stack.
+#
+# the format of the entry for a test framework is:
+#
+# framework:
+#   <test framework name>:
+#     scm: <scm type - typically git>
+#     src: <url to source code repository>
+#     version: <tag/sha/branch of the repository>
+#     <test suite>:
+#       image_name: <container image name>
+#       image_version: <container image sha256sum>
+
+# vim: set ts=2 sw=2 expandtab: