aboutsummaryrefslogtreecommitdiffstats
path: root/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-03-08 14:27:48 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-03-08 14:56:21 +0800
commit8a4a37faa382003d25a71ea5b6d6dc7f1c63a434 (patch)
tree00cf3392b6cd6e6eac89b5b7e68d76f4f11366e6 /auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
parent73752489bd36221f187542c6bab20d601b006e6d (diff)
Test case for resiliency improvements [WIP]
JIRA: AUTO-13 On behalf of Gerard Damm to commit his codes. Temporarily keep resiliency test case under auto/testcase/resiliency. Change-Id: Idb9217e5d18113f9da69df8cce5096567655dd66 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'auto/testcase/resiliency/AutoResilItfVNFMNFVO.py')
-rw-r--r--auto/testcase/resiliency/AutoResilItfVNFMNFVO.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py b/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
new file mode 100644
index 0000000..6e66e63
--- /dev/null
+++ b/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python3
+
+# OPNFV Auto project
+# https://wiki.opnfv.org/pages/viewpage.action?pageId=12389095
+
+# (c) by Gerard Damm (Wipro)
+# Use case group: Resilience Improvements
+# this module: interfaces with VNF/NVF managers (focus on ONAP)
+# entities that manage VNFs and orchestrates services (VNF-M and NFV-O)
+
+def f1():
+ return 0
+
+
+
+