From 4d5731e4096f39a28657e774e3254ea61797cfc2 Mon Sep 17 00:00:00 2001 From: Gerard Damm Date: Tue, 13 Mar 2018 15:06:56 -0500 Subject: UC02: added execution controls and global variables JIRA: Auto-13 removed trailing spaces in all files Change-Id: I3eea80f7bc5dd0a018b5a3845d5071a6389a9477 Signed-off-by: Gerard Damm --- lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py') diff --git a/lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py b/lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py index b6b1745..494d0ab 100644 --- a/lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py +++ b/lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py @@ -30,6 +30,9 @@ # This module: interfaces with VNF/NVF managers (focus on ONAP) # entities that manage VNFs and orchestrates services (VNF-M and NFV-O) +###################################################################### +# import statements +import AutoResilGlobal def f1(): return 0 -- cgit 1.2.3-korg