Update documentation

Change-Id: Ifd3490a9a1603bb94a2b6cabf2806f43adb5adc4
This commit is contained in:
Federico Ressi 2020-11-26 13:48:41 +01:00
parent 2829e66b9a
commit dec94ba466
2 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
====== ==========
Tobiko Tobiko 0.3
====== ==========
Test Big Cloud Operations Test Big Cloud Operations
@ -28,21 +28,23 @@ Tobiko Python framework is being automatically tested with below Python
versions: versions:
- Python 3.6 - Python 3.6
- Python 3.7
- Python 3.8 - Python 3.8
- Python 3.9 (new)
and below Linux distributions: and below Linux distributions:
- CentOS 7 / RHEL 7 (with Python 3.6) - CentOS 7 / RHEL 7 (with Python 3.6)
- CentOS 8 / RHEL 8 (with Python 3.6) - CentOS 8 / RHEL 8 (with Python 3.6)
- Ubuntu Bionic (with Python 3.6 and 3.7) - Ubuntu Focal (with Python 3.8)
Tobiko is also tested for development purposes with below OSes: Tobiko has also been tested for development purposes with below OSes:
- Fedora 31 (with Python 3.7) - Fedora 31 (with Python 3.7)
- Fedora 32 (with Python 3.8) - Fedora 32 (with Python 3.8)
- OSX (with Python 3.8) - Fedora 33 (with Python 3.9)
- Ubuntu Focal (with Python 3.8) - OSX (with Python 3.6 and Python 3.8)
- Ubuntu Bionic (with Python 3.6)
- Ubuntu Focal (with Python 3.9)
The Tobiko Python framework is being used to implement test cases. As Tobiko The Tobiko Python framework is being used to implement test cases. As Tobiko
can be executed on nodes that are not part of the cloud to test against, this can be executed on nodes that are not part of the cloud to test against, this

View File

@ -10,6 +10,5 @@
oslo.log>=3.36.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
sphinx_rtd_theme>=0.4.2,< 1 # Apache-2.0 sphinx_rtd_theme>=0.4.2,< 1 # Apache-2.0