Fix robot syntax with robot.tidy tool
[integration/test.git] / csit / suites / netconf / clustering / outages.robot
index ae87311ca462c739e65179c27076126da065072e..ac33bdafe15ca023b406cdfc9d0bf4d1c181ad41 100644 (file)
@@ -1,23 +1,23 @@
 *** Settings ***
 Documentation     netconf cluster node outage test suite (CRUD operations).
-...
+...           
 ...               Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
-...
+...           
 ...               This program and the accompanying materials are made available under the
 ...               terms of the Eclipse Public License v1.0 which accompanies this distribution,
 ...               and is available at http://www.eclipse.org/legal/epl-v10.html
-...
-...
+...           
+...           
 ...               Perform one of the basic operations (Create, Read, Update and Delete or CRUD)
 ...               on device data mounted onto a netconf connector while one of the nodes is
 ...               down and see if they work. Then bring the dead node up and check that it sees
 ...               the operations that were made while it was down are visible on it as well.
-...
+...           
 ...               The node is brought down before each of the "Create", "Update" and "Delete"
 ...               operations and brought and back up after these operations. Before the dead
 ...               node is brought up, a test case makes sure the operation is properly
 ...               propagated within the cluster.
-...
+...           
 ...               Currently each of the 3 operations is done once. "Create" is done while
 ...               node 1 is down, "Update" while node 2 is down and "Delete" while node 3
 ...               is down.