Fix robot syntax with robot.tidy tool
[integration/test.git] / csit / suites / controller / akka_upgrade / 1node.robot
index c8bf11b3b0c74a1208551414bba81ea64331f7bc..b747901d72c4903ec940d41de7638241eb3a637d 100644 (file)
@@ -1,42 +1,42 @@
 *** Settings ***
 Documentation     Suite for testing upgrading persisted data from earlier release.
-...
+...           
 ...               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
-...
-...
+...           
+...           
 ...               This suite kills the running (newer) ODL at its default location.
 ...               It then installs (configurable) older ODL to an alternative location,
 ...               pushes large amount of car data, verifies and kills the older ODL.
 ...               The journal and snapshot files are transferred to the default location
 ...               and the newer ODL is started.
 ...               Then it verifies the config data is still present and matches what was seen before.
-...
+...           
 ...               In principle, the suite should also work if "newer" ODL is in fact older.
 ...               The limiting factor is featuresBoot, the value should be applicable to both ODL versions.
-...
+...           
 ...               Note that in order to create traffic large enough for snapshots to be created,
 ...               this suite also actis as a stress test for Restconf.
 ...               But as that is not a primary focus of this suite,
 ...               data seen on newer ODL is only compared to what was seen on the older ODL
 ...               (stored in ${data_before} suite variable).
-...
+...           
 ...               As using Robotframework would be both too slow and too memory consuming,
 ...               this suite uses a specialized Python utility for pushing the data locally on ODL_SYSTEM.
 ...               The utility filename is configurable, as there may be changes in PATCH behavior in future.
-...
+...           
 ...               This suite uses relatively new support for PATCH http method.
 ...               It repetitively replaces a segment of cars with moving IDs,
 ...               so that there is a lot of data in journal (both write and delete),
 ...               but the overall size of data stored remains limited.
-...
+...           
 ...               This is 1-node suite, but it still uses ClusterManagement.Check_Cluster_Is_In_Sync
 ...               in order to detect the same sync condition as 3-node suite would do.
 ...               Jolokia feature is required for that.
-...
+...           
 ...               Minimal set of features to be installed: odl-restconf, odl-jolokia, odl-clustering-test-app.
 Suite Setup       Setup_Suite
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing