diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 30 | ||||
-rw-r--r-- | docs/topology_schemas | 2 |
2 files changed, 32 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst new file mode 100644 index 0000000000..188f3b1d29 --- /dev/null +++ b/docs/tag_documentation.rst @@ -0,0 +1,30 @@ +# Copyright (c) 2016 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +Documentation for tags used to select and identify test cases. + +List of TAGs and their descriptions +=================================== + +Topology TAGs +------------- + +3_NODE_DOUBLE_LINK_TOPO + 3 nodes connected in a circular topology with two links interconnecting + the devices. + +Objective TAGs +-------------- + +Environment TAGs +---------------- diff --git a/docs/topology_schemas b/docs/topology_schemas new file mode 100644 index 0000000000..d25e99ad76 --- /dev/null +++ b/docs/topology_schemas @@ -0,0 +1,2 @@ +http://www.kuwata-lab.com/kwalify/ruby/users-guide.html +http://www.kuwata-lab.com/kwalify/ruby/users-guide.02.html#tips-merge |