Fix tox errors
[integration/test.git] / csit / suites / bgpcep / bgpuser / ibgp_peers_basic.robot
index 69eb09c022cc6b4ab57119d5b3cfb87cb20bb921..d9f91c06b3a734ed7da31688b3f7fb552f2dae52 100644 (file)
@@ -1,31 +1,31 @@
 *** Settings ***
 Documentation     Basic tests for iBGP peers.
-...           
+...
 ...               Copyright (c) 2015-2018 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
-...           
+...
 ...               Test suite performs basic iBGP functional test cases for
 ...               BGP peers in different roles (iBGP, iBGP RR-client):
-...           
+...
 ...               Test Case 1: Two iBGP RR-client peers introduce prefixes
 ...               Expected result: controller forwards updates towards both peers
-...           
+...
 ...               Test Case 2: Two iBGP peers: one RR client and one non-client introduces prefixes
 ...               Expected result: controller forwards updates towards both peers
-...           
+...
 ...               Test Case 3: Two iBGP RR non-client peers introduce prefixes
 ...               Expected result: controller does not forward any update towards peers
-...           
+...
 ...               Test Case 4: Two iBGP(play.py) RR-client peers configured, first of them configured
 ...               with route-reflector-cluster-id, second inherits it's cluster-id from global config.
 ...               Each of them introduces 3 prefixes.
 ...               Expected result: controller forwards updates towards both peers and each of their
 ...               adj-rib-in contains routes. First peer should contain default cluster-id and
 ...               second cluster-id from first peers configuration.
-...           
+...
 ...               For polices see: https://wiki.opendaylight.org/view/BGP_LS_PCEP:BGP
 Suite Setup       Setup_Everything
 Suite Teardown    BgpOperations.Teardown_Everything