From: Jamo Luhrsen Date: Mon, 11 Dec 2017 22:24:50 +0000 (-0800) Subject: Add [Documentation] to openstack Suite Teardown kw X-Git-Tag: pre-potassium~1036 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F66363%2F1;p=integration%2Ftest.git Add [Documentation] to openstack Suite Teardown kw Change-Id: Ia51ead455e733e821131c0705c6cf79d5668d00d Signed-off-by: Jamo Luhrsen --- 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