diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-12-22 05:59:08 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-01-05 03:08:35 -0500 |
commit | 0df018d111bdf817dfb838454caac85236b643da (patch) | |
tree | 7092c57b4c3bd72bbd309e120efb69cde099c7fd /docs/dovetailtool/dovetail.tool.installation.rst | |
parent | d8a21638b012c5036ac1303d5fe055a73d8ff1b7 (diff) |
release tag support
JIRA: DOVETAIL-170
Change-Id: Id56e30fdb3fb5b652e2145dd406b71986997f200
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docs/dovetailtool/dovetail.tool.installation.rst')
-rw-r--r-- | docs/dovetailtool/dovetail.tool.installation.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/dovetailtool/dovetail.tool.installation.rst b/docs/dovetailtool/dovetail.tool.installation.rst index 93871e76..288de0b3 100644 --- a/docs/dovetailtool/dovetail.tool.installation.rst +++ b/docs/dovetailtool/dovetail.tool.installation.rst @@ -66,6 +66,24 @@ access to complete the installation. At this point the environment is now ready for Dovetail execution. +The tool ``tox`` is used, environment preparation progress is included in tox +until completely replaced, the configuration information is set in: + +:: + + setup.py + setup.cfg + requirements.txt + test-requirements.txt + +by running: + +:: + + tox + +the environment prepartion is completed. + Compliance and certification test cases ---------------------------------------- @@ -183,3 +201,15 @@ Results Output The running log is stored in ``/home/opnfv/dovetail/results/dovetail.log``. The compliance report is stored in ``/home/opnfv/dovetail/results/dovetail_report.txt``. + +Dovetail Version and Release +############################ + +Dovetail version tag is shown in ``setup.cfg``, which will also shown in the +``dovetail report``. At the time of version release, just to set the version value in +``setup.cfg``. + +# TO DO: (which should be discussed) +1)how to pubish version, such as both the online and offline package in some website +or somewhere. +2)provide version download address, userguide, etc. |