Added testcase for displaying limits on mininet 12/28612/2
authorJozef Behran <jbehran@cisco.com>
Tue, 20 Oct 2015 15:38:32 +0000 (17:38 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 27 Oct 2015 16:25:14 +0000 (16:25 +0000)
The dummy test suite showing the Python versions and system
limits was showing the limits for Robot machine and for ODL
but left mininet out. This patch fixes the omission.

Change-Id: I501326a13a71a148fb3050f5b876d65d0aba9637
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/suites/test/freeze.robot

index 8f677702f83e3be3aefaa080b700ad895dfa8ce3..39d4b9ee05ff6cf3dded4c88068f841ce9e83ebf 100644 (file)
@@ -19,3 +19,9 @@ Ulimit_On_Controller
     Utils.Flexible_Controller_Login
     ${limits} =    SSHLibrary.Execute_Command    bash -c "ulimit -a"
     BuiltIn.Log    ${limits}
+
+Ulimit_On_Mininet
+    SSHLibrary.Open_Connection    ${MININET}
+    Utils.Flexible_Mininet_Login
+    ${limits} =    SSHLibrary.Execute_Command    bash -c "ulimit -a"
+    BuiltIn.Log    ${limits}