From 8a4a37faa382003d25a71ea5b6d6dc7f1c63a434 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 8 Mar 2018 14:27:48 +0800 Subject: 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 --- auto/testcase/resiliency/AutoResilItfOS.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 auto/testcase/resiliency/AutoResilItfOS.py (limited to 'auto/testcase/resiliency/AutoResilItfOS.py') 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 + + + + -- cgit 1.2.3-korg