Reformat Robot files to follow best practices
[osm/tests.git] / robot-systest / testsuite / epa_03-crud_operations_on_sdnc.robot
index b0d86df..e507fa7 100644 (file)
@@ -11,7 +11,7 @@
 #   limitations under the License.
 
 *** Settings ***
-Documentation     [EPA-03] CRUD operations on SDNC accounts.
+Documentation   [EPA-03] CRUD operations on SDNC accounts.
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/sdnc_lib.robot
 
@@ -30,17 +30,17 @@ ${sdnc_enabled_pol_time}   10
 *** Test Cases ***
 Create Basic SDNC
 
-    ${created_sdnc_id}=  Create SDNC  ${sdnc_name}  ${sdnc_user}  ${sdnc_password}  ${sdnc_url}  ${sdnc_type}
-    Set Suite Variable  ${sdnc_id}  ${created_sdnc_id}
-    Wait Until Keyword Succeeds  ${sdnc_enabled_max_wait_time}  ${sdnc_enabled_pol_time}  Check for SDNC  ${sdnc_id}
+    ${created_sdnc_id}=   Create SDNC   ${sdnc_name}   ${sdnc_user}   ${sdnc_password}   ${sdnc_url}   ${sdnc_type}
+    Set Suite Variable   ${sdnc_id}   ${created_sdnc_id}
+    Wait Until Keyword Succeeds   ${sdnc_enabled_max_wait_time}   ${sdnc_enabled_pol_time}   Check for SDNC   ${sdnc_id}
 
 
 Check SDNC Status Is Healthy
 
-    Check for SDNC Status  ${sdnc_id}  ${prometheus_host}  ${prometheus_port}
+    Check for SDNC Status   ${sdnc_id}   ${prometheus_host}   ${prometheus_port}
 
 
 Delete Basic SDNC
     [Tags]   cleanup
 
-    Delete SDNC  ${sdnc_name}
+    Delete SDNC   ${sdnc_name}