aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tag_documentation.rst
diff options
context:
space:
mode:
authorStefan Kobza <skobza@cisco.com>2016-02-18 14:24:57 +0100
committerStefan Kobza <skobza@cisco.com>2016-02-19 17:15:08 +0100
commitb255549d4fee3a161c521a1a2bd8be3a0767189e (patch)
tree35c8fbcf6bece8ea1edb0e5283ddf058d7453ee7 /docs/tag_documentation.rst
parent03613f1079bf5b86a58dd061fe4dd232ae52c1ea (diff)
Add hw/vm tags, add single link tag.
Add HW_EVN and VM_ENV tags to specify limitations on where the given test could be run. For tests that should be run only on bare metal, author of the test should add tag HW_ENV to it. Add 3_NODE_SINGLE_LINK_TOPO tag, to specify requirement on topology, where only one link is required in between any two nodes in the topology. Change-Id: I38c9a9732cad608bb6a9e4a2c5f1997236cd48b9 Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'docs/tag_documentation.rst')
-rw-r--r--docs/tag_documentation.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst
index 188f3b1d29..6b3272c3fc 100644
--- a/docs/tag_documentation.rst
+++ b/docs/tag_documentation.rst
@@ -23,8 +23,18 @@ Topology TAGs
3 nodes connected in a circular topology with two links interconnecting
the devices.
+3_NODE_SINGLE_LINK_TOPO
+ 3 nodes connected in a circular topoloty with at least one link
+ interconnecting devices.
+
Objective TAGs
--------------
Environment TAGs
----------------
+
+HW_ENV
+ DUTs and TGs are running on bare metal.
+
+VM_ENV
+ DUTs and TGs are running in virtual environment.