From 671823e12bc13be9a8b87a5d7de33da1bb7a44e8 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Mon, 30 Nov 2015 07:58:38 -0800 Subject: [PATCH] created broader test category under scripts Change-Id: I3b8a39b7512594ae2c9aa7ab0e59cf6e2d31f7a2 Signed-off-by: Ashlee Young --- framework/scripts/{function_test => tests}/Teston/Readme.txt | 0 framework/scripts/{function_test => tests}/Teston/__init__.py | 0 framework/scripts/{function_test => tests}/Teston/adapters/__init__.py | 0 framework/scripts/{function_test => tests}/Teston/adapters/client.py | 0 framework/scripts/{function_test => tests}/Teston/adapters/connection.py | 0 framework/scripts/{function_test => tests}/Teston/adapters/environment.py | 0 framework/scripts/{function_test => tests}/Teston/adapters/foundation.py | 0 framework/scripts/{function_test => tests}/Teston/config.yaml | 0 framework/scripts/{function_test => tests}/Teston/dependencies/onos | 0 framework/scripts/{function_test => tests}/Teston/log/temp.log | 0 framework/scripts/{function_test => tests}/Teston/onosfunctest.py | 0 .../Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params | 0 .../Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.py | 0 .../Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo | 0 .../{function_test => tests}/Teston/testcases/FUNCovsdbtest/__init__.py | 0 .../Teston/testcases/FUNCovsdbtest/dependencies/Nbdata.py | 0 .../Teston/testcases/FUNCovsdbtest/dependencies/__init__.py | 0 .../Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.params | 0 .../Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.py | 0 .../Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.topo | 0 .../{function_test => tests}/Teston/testcases/FUNCvirNetNB/__init__.py | 0 .../Teston/testcases/FUNCvirNetNB/dependencies/Nbdata.py | 0 .../Teston/testcases/FUNCvirNetNB/dependencies/__init__.py | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename framework/scripts/{function_test => tests}/Teston/Readme.txt (100%) rename framework/scripts/{function_test => tests}/Teston/__init__.py (100%) rename framework/scripts/{function_test => tests}/Teston/adapters/__init__.py (100%) rename framework/scripts/{function_test => tests}/Teston/adapters/client.py (100%) rename framework/scripts/{function_test => tests}/Teston/adapters/connection.py (100%) rename framework/scripts/{function_test => tests}/Teston/adapters/environment.py (100%) rename framework/scripts/{function_test => tests}/Teston/adapters/foundation.py (100%) rename framework/scripts/{function_test => tests}/Teston/config.yaml (100%) rename framework/scripts/{function_test => tests}/Teston/dependencies/onos (100%) rename framework/scripts/{function_test => tests}/Teston/log/temp.log (100%) rename framework/scripts/{function_test => tests}/Teston/onosfunctest.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCovsdbtest/__init__.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCovsdbtest/dependencies/Nbdata.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCovsdbtest/dependencies/__init__.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.params (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.topo (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCvirNetNB/__init__.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCvirNetNB/dependencies/Nbdata.py (100%) rename framework/scripts/{function_test => tests}/Teston/testcases/FUNCvirNetNB/dependencies/__init__.py (100%) diff --git a/framework/scripts/function_test/Teston/Readme.txt b/framework/scripts/tests/Teston/Readme.txt similarity index 100% rename from framework/scripts/function_test/Teston/Readme.txt rename to framework/scripts/tests/Teston/Readme.txt diff --git a/framework/scripts/function_test/Teston/__init__.py b/framework/scripts/tests/Teston/__init__.py similarity index 100% rename from framework/scripts/function_test/Teston/__init__.py rename to framework/scripts/tests/Teston/__init__.py diff --git a/framework/scripts/function_test/Teston/adapters/__init__.py b/framework/scripts/tests/Teston/adapters/__init__.py similarity index 100% rename from framework/scripts/function_test/Teston/adapters/__init__.py rename to framework/scripts/tests/Teston/adapters/__init__.py diff --git a/framework/scripts/function_test/Teston/adapters/client.py b/framework/scripts/tests/Teston/adapters/client.py similarity index 100% rename from framework/scripts/function_test/Teston/adapters/client.py rename to framework/scripts/tests/Teston/adapters/client.py diff --git a/framework/scripts/function_test/Teston/adapters/connection.py b/framework/scripts/tests/Teston/adapters/connection.py similarity index 100% rename from framework/scripts/function_test/Teston/adapters/connection.py rename to framework/scripts/tests/Teston/adapters/connection.py diff --git a/framework/scripts/function_test/Teston/adapters/environment.py b/framework/scripts/tests/Teston/adapters/environment.py similarity index 100% rename from framework/scripts/function_test/Teston/adapters/environment.py rename to framework/scripts/tests/Teston/adapters/environment.py diff --git a/framework/scripts/function_test/Teston/adapters/foundation.py b/framework/scripts/tests/Teston/adapters/foundation.py similarity index 100% rename from framework/scripts/function_test/Teston/adapters/foundation.py rename to framework/scripts/tests/Teston/adapters/foundation.py diff --git a/framework/scripts/function_test/Teston/config.yaml b/framework/scripts/tests/Teston/config.yaml similarity index 100% rename from framework/scripts/function_test/Teston/config.yaml rename to framework/scripts/tests/Teston/config.yaml diff --git a/framework/scripts/function_test/Teston/dependencies/onos b/framework/scripts/tests/Teston/dependencies/onos similarity index 100% rename from framework/scripts/function_test/Teston/dependencies/onos rename to framework/scripts/tests/Teston/dependencies/onos diff --git a/framework/scripts/function_test/Teston/log/temp.log b/framework/scripts/tests/Teston/log/temp.log similarity index 100% rename from framework/scripts/function_test/Teston/log/temp.log rename to framework/scripts/tests/Teston/log/temp.log diff --git a/framework/scripts/function_test/Teston/onosfunctest.py b/framework/scripts/tests/Teston/onosfunctest.py similarity index 100% rename from framework/scripts/function_test/Teston/onosfunctest.py rename to framework/scripts/tests/Teston/onosfunctest.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params b/framework/scripts/tests/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params rename to framework/scripts/tests/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.py b/framework/scripts/tests/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.py rename to framework/scripts/tests/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo b/framework/scripts/tests/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo rename to framework/scripts/tests/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/__init__.py b/framework/scripts/tests/Teston/testcases/FUNCovsdbtest/__init__.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/__init__.py rename to framework/scripts/tests/Teston/testcases/FUNCovsdbtest/__init__.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/dependencies/Nbdata.py b/framework/scripts/tests/Teston/testcases/FUNCovsdbtest/dependencies/Nbdata.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/dependencies/Nbdata.py rename to framework/scripts/tests/Teston/testcases/FUNCovsdbtest/dependencies/Nbdata.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/dependencies/__init__.py b/framework/scripts/tests/Teston/testcases/FUNCovsdbtest/dependencies/__init__.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/dependencies/__init__.py rename to framework/scripts/tests/Teston/testcases/FUNCovsdbtest/dependencies/__init__.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.params b/framework/scripts/tests/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.params similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.params rename to framework/scripts/tests/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.params diff --git a/framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.py b/framework/scripts/tests/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.py rename to framework/scripts/tests/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.topo b/framework/scripts/tests/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.topo similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.topo rename to framework/scripts/tests/Teston/testcases/FUNCvirNetNB/FUNCvirNetNB.topo diff --git a/framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/__init__.py b/framework/scripts/tests/Teston/testcases/FUNCvirNetNB/__init__.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/__init__.py rename to framework/scripts/tests/Teston/testcases/FUNCvirNetNB/__init__.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/dependencies/Nbdata.py b/framework/scripts/tests/Teston/testcases/FUNCvirNetNB/dependencies/Nbdata.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/dependencies/Nbdata.py rename to framework/scripts/tests/Teston/testcases/FUNCvirNetNB/dependencies/Nbdata.py diff --git a/framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/dependencies/__init__.py b/framework/scripts/tests/Teston/testcases/FUNCvirNetNB/dependencies/__init__.py similarity index 100% rename from framework/scripts/function_test/Teston/testcases/FUNCvirNetNB/dependencies/__init__.py rename to framework/scripts/tests/Teston/testcases/FUNCvirNetNB/dependencies/__init__.py -- 2.16.6