aboutsummaryrefslogtreecommitdiffstats
path: root/auto/testcase/resiliency/AutoResilItfOS.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto/testcase/resiliency/AutoResilItfOS.py')
-rw-r--r--auto/testcase/resiliency/AutoResilItfOS.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/auto/testcase/resiliency/AutoResilItfOS.py b/auto/testcase/resiliency/AutoResilItfOS.py
new file mode 100644
index 0000000..864f680
--- /dev/null
+++ b/auto/testcase/resiliency/AutoResilItfOS.py
@@ -0,0 +1,15 @@
+#!/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 OS, or servers
+
+def f1():
+ return 0
+
+
+
+