Add [Documentation] to openstack Suite Teardown kw 63/66363/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Mon, 11 Dec 2017 22:24:50 +0000 (14:24 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 11 Dec 2017 22:24:50 +0000 (14:24 -0800)
Change-Id: Ia51ead455e733e821131c0705c6cf79d5668d00d
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/OpenStackOperations.robot

index f5c4a929f46ba8f024d666ba2b3a8e111466a303..95dddbeeb1e1c02bed35c6557d445a4700db5236 100644 (file)
@@ -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