Update Robot Framework format - step 5
[integration/test.git] / csit / suites / controller / Clustering_Longevity / __init__.robot
index ddcdf6cf0cef8237ce7e2b964b7ead7fef616af1..c7eee4534b1baa6abef04b140b4bffb98b89f959 100644 (file)
@@ -1,11 +1,13 @@
 *** Settings ***
-Documentation     Test suite for Longevity test of cluster datastore
-Suite Setup       Start Suite
-Suite Teardown    Stop Suite
-Library           SSHLibrary
+Documentation       Test suite for Longevity test of cluster datastore
+
+Library             SSHLibrary
+
+Suite Setup         Start Suite
+Suite Teardown      Stop Suite
+
 
 *** Keywords ***
 Start Suite
 
 Stop Suite
-