From: Vratko Polak Date: Mon, 18 May 2015 13:50:16 +0000 (+0200) Subject: Fix W391 in tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF X-Git-Tag: release/lithium~88 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=88e47dc99398dc82c2653afa94dd6e42466f126d;hp=33f2e95e6f8805b23f786ceddd0b9893de4de84a;p=integration%2Ftest.git Fix W391 in tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF Signed-off-by: Vratko Polak Change-Id: If9df79bf0ae1db0f6ce1ce8886f3e077b8f74206 --- diff --git a/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/SanityLibrary.py b/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/SanityLibrary.py index c0db468921..6f2bfa5b5f 100644 --- a/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/SanityLibrary.py +++ b/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/SanityLibrary.py @@ -59,4 +59,3 @@ class SanityLibrary: return rj['module'][0]['distributed-datastore-provider:config-properties']['persistent'] except: pass - diff --git a/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/mininetwork.py b/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/mininetwork.py index 114a43e2c2..ef0d2f83d2 100644 --- a/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/mininetwork.py +++ b/test/tools/OF_Test/robot_suites/500__OF_Cluster_Sanity_OF/mininetwork.py @@ -112,4 +112,3 @@ if __name__ == '__main__': net.staticArp() CLI(net) net.stop() -