VNFRQTS - Update tox for new workflow 10/78010/2
authorHagop Bozawglanian <hagop.bozawglanian@att.com>
Wed, 6 Feb 2019 21:52:39 +0000 (21:52 +0000)
committerHagop Bozawglanian <hagop.bozawglanian@att.com>
Wed, 6 Feb 2019 22:28:02 +0000 (22:28 +0000)
Issue-ID: VNFRQTS-540

Change-Id: I2ee5d7e8447bfe22c468853781ebf87cd3811ad7
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
docs/data/needs.json
docs/release-notes.rst
tox.ini

index 5c01730..f7edacb 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "created": "2019-01-29T22:28:48.655323",
+    "created": "2019-02-06T21:42:46.108417",
     "current_version": "dublin",
     "project": "",
     "versions": {
             "needs_amount": 789
         },
         "dublin": {
-            "created": "2019-01-29T22:28:48.655303",
+            "created": "2019-02-06T21:42:46.108340",
             "needs": {
                 "R-00011": {
                     "description": "A VNF's Heat Orchestration Template's parameter defined\nin a nested YAML file\n**SHOULD NOT** have a parameter constraint defined.",
index e85e037..6274390 100644 (file)
@@ -12,7 +12,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-
 VNF Requirements Release Notes
 ==============================
 
diff --git a/tox.ini b/tox.ini
index aca6b39..e0af9cc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,13 @@ skipsdist = true
 [testenv:docs]
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
-    sphinx-build -c . -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
     sphinx-build -c . -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals = echo
 
+[testenv:needs]
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -c . -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
 
 [testenv:docs-linkcheck]
 deps = -r{toxinidir}/etc/requirements.txt