From b1841c9434e08f0467d4226cbeb238d6c677adbc Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 29 Jan 2018 13:45:43 +0100 Subject: Enable epc unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds the missing __init__.py to activate vepc unit tests. They are disabled because they are currently false (otherwise it would block next changes). Change-Id: I65b32490efde4cc8f6b3d9e6ee19257dcf02c2dd Signed-off-by: Cédric Ollivier --- functest/tests/unit/vnf/epc/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 functest/tests/unit/vnf/epc/__init__.py (limited to 'functest/tests/unit/vnf/epc/__init__.py') diff --git a/functest/tests/unit/vnf/epc/__init__.py b/functest/tests/unit/vnf/epc/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit 1.2.3-korg