Update Robot Framework format - step 16
[integration/test.git] / csit / suites / vtn / VTN_C_LAUNCH / __init__.robot
index 10d1c3da5399203fda4cd762445f26708ddcb8c0..a6f71d5c94147865f5a630eee05323edd98c1176 100644 (file)
@@ -1,6 +1,8 @@
 *** Settings ***
-Documentation     Test suite for VTNC Launch
-Suite Setup       Start SuiteVtnCo
-Suite Teardown    Stop SuiteVtnCo
-Library           SSHLibrary
-Resource          ../../../libraries/VtnCoKeywords.robot
+Documentation       Test suite for VTNC Launch
+
+Library             SSHLibrary
+Resource            ../../../libraries/VtnCoKeywords.robot
+
+Suite Setup         Start SuiteVtnCo
+Suite Teardown      Stop SuiteVtnCo