From 33499c81c94c2d3baef9d3e9f061cd76ef86fa74 Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Mon, 11 Jan 2016 18:03:25 +0100 Subject: New version of RF tests. Change-Id: I241a2b7a7706e65f71cfd4a62e2a40f053fc5d07 Signed-off-by: Stefan Kobza --- docs/tag_documentation.rst | 30 ++++++++++++++++++++++++++++++ docs/topology_schemas | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 docs/tag_documentation.rst create mode 100644 docs/topology_schemas (limited to 'docs') 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 -- cgit