summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide
diff options
context:
space:
mode:
authorKerim Gokarslan <kgokarsl@cisco.com>2017-09-19 15:33:46 -0700
committerKerim Gokarslan <kgokarsl@cisco.com>2017-09-19 15:33:46 -0700
commited44014fcbd625cd464a6a7f7b88c02b9b7a29f5 (patch)
treea51ea7c7d3619e32c7a56ec954587fa5d79a8cad /docs/testing/user/userguide
parent230d84f20f70ebcbafa1f8f3d32461649c8c49b1 (diff)
NFVBENCH-28 Set result values for NDR/PDR if they cannot be found within the given epsilon
Change-Id: Id8019c7f052c2b189f3ab6e39377f65fe00d9fee Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r--docs/testing/user/userguide/conf.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/conf.py b/docs/testing/user/userguide/conf.py
index 0aae169..5846b00 100644
--- a/docs/testing/user/userguide/conf.py
+++ b/docs/testing/user/userguide/conf.py
@@ -1,5 +1,17 @@
# Copyright 2017 Cisco Systems, Inc. All rights reserved.
#
+# 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.
+#
# NFVBench documentation build configuration file, created by
# sphinx-quickstart on Thu Sep 29 14:25:18 2016.
#
@@ -16,6 +28,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
+
+
+
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))