X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FOpenStackOperations.robot;h=95dddbeeb1e1c02bed35c6557d445a4700db5236;hb=refs%2Fchanges%2F63%2F66363%2F1;hp=f5c4a929f46ba8f024d666ba2b3a8e111466a303;hpb=9e933e821f18ebed0ca54ba6ffca6e48ff936407;p=integration%2Ftest.git diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index f5c4a929f4..95dddbeeb1 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -1192,5 +1192,9 @@ Cleanup Router BuiltIn.Run Keyword And Ignore Error Delete Router ${id} OpenStack Suite Teardown + [Documentation] Wrapper teardown keyword that can be used in any suite running in an openstack environement + ... to clean up all openstack resources. For example, all instances, networks, ports, etc will be listed and + ... and deleted. As other global cleanup tasks are needed, they can be added here and the suites will all + ... benefit automatically. OpenStack Cleanup All SSHLibrary.Close All Connections