[release-announce] octavia-tempest-plugin 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 15 16:08:41 UTC 2018


We are pleased to announce the release of:

octavia-tempest-plugin 0.1.0: Tempest plugin for Octavia

This is the first release of octavia-tempest-plugin. This release is
part of the rocky release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/octavia-tempest-plugin

Download the package from:

    https://tarballs.openstack.org/octavia-tempest-plugin/

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/910

For more details, please see below.

Changes in octavia-tempest-plugin 7359782a54f6610e694597b4df372b7e307cc158..0.1.0
---------------------------------------------------------------------------------

b057322 Add "wait for active" after object delete
8999651 Re-enable KVM
ce50c73 fix tox python3 overrides
07c9a63 Fix a potential IP address conflict
437eff6 Spare amps have no role
57be518 Correctly guess amp count based on detected topo
dfc11ee Create scenario tests for amphora
e029af2 Create api+scenario tests for l7rules
446f8be Create api+scenario tests for l7policies
60ed9d9 Create api+scenario tests for healthmonitors
0f28a48 Migrate to stestr
cd72b56 Create basic traffic balancing scenario test
de3e054 Create api+scenario tests for members
8ffce3e Create api+scenario tests for pools
008dbec Fix sphinx-docs job for sphinx >1.7
d5046c0 Fix the invalid home-page url
fbbd2b4 Create api+scenario tests for listeners
a795ae6 Fix tests for Octavia API compat changes
986e3f5 Create scenario tests for load balancers
0c90ef6 Revert "Create scenario tests for loadbalancers"
6f0c71f Updated from global requirements
fac9602 Updated from global requirements
b8f7f53 Zuul: Remove project name
045cc5e Updated from global requirements
ac449fe Updated from global requirements
bf966a9 Create floating ip by normal user
5c1518d Rename tox_venvlist (2/2)
eaedb34 Rename tox_venvlist (1/2)
b706987 Fix a typo in the test HTTP server
2a69ad0 Enable Qos in gate
80deb38 Add missing __init__.py file
36ece2d Update README
a268ca7 Disable more services from the scenario jobs
ed613e2 Updated from global requirements
8564290 Add a scenario test gate
638c4ef Create scenario tests for loadbalancers
1f41eac Updated from global requirements
c0246d0 Updated from global requirements
bf8dbae Updated from global requirements
81d6349 Updated from global requirements
34139b0 Initial setup of the octavia-tempest-plugin repo




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..5b1b3ee
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,15 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+python-dateutil>=2.5.3 # BSD
+ipaddress>=1.0.17;python_version<'3.3' # PSF
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
+oslo.log>=3.36.0  # Apache-2.0
+oslo.utils>=3.33.0  # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+requests>=2.14.2  # Apache-2.0
+six>=1.10.0 # MIT
+tempest>=17.1.0 # Apache-2.0
+tenacity>=4.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..47c128f
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,12 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+
+coverage!=4.4,>=4.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
+oslotest>=3.2.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list