X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Fsuites%2Fnetconf%2Fclustering%2Foutages.robot;h=ac33bdafe15ca023b406cdfc9d0bf4d1c181ad41;hp=ae87311ca462c739e65179c27076126da065072e;hb=39de3404b2681d425af82a66f7f665ecd4a2da3a;hpb=05c0ca3745d9fe5f9be21f9a1624f99983f9c13b diff --git a/csit/suites/netconf/clustering/outages.robot b/csit/suites/netconf/clustering/outages.robot index ae87311ca4..ac33bdafe1 100644 --- a/csit/suites/netconf/clustering/outages.robot +++ b/csit/suites/netconf/clustering/outages.robot @@ -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.