Commit Graph

13 Commits

Author SHA1 Message Date
gryf 5569dabadc Adapt Network Policy tempest tests for IPv6.
Additionally, there was narrowed down amount of security group rules for
test_ipblock_network_policy_allow_except test, as it only requires pod
to pod connection, so that instead of creating rules for entire wide
range (like 0.0.0.0/0 or ::/0) but only for network, which the pods are
in.

Change-Id: I9e9b2af6404d6cfd3e43e149fd89b8825fa2cb35
2020-05-07 18:12:55 +02:00
Michał Dulko 2194649ab2 Remove dependency on openshift Python client
Due to issues described on openstack-discuss [1], openshift Python
library presence in global-requirements is problematic. This commit aims
to switch the code that is using it to use plain kubernetes client
library and its methods related to CRD's.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006931.html

Change-Id: Icd570d88b33c65fe18070ab5e5119fee17bbbed2
2019-08-21 17:39:16 +00:00
Antoni Segura Puimedon 8ec2c709a2 Synchronize port pool tests
Since both tests change the same configmap and restart the controller,
we'll reduce the flakiness if serial execution among these two tests is
enforced.

Change-Id: Icfa7b13398e2fd64180b72b07ca68e532fa1e544
Signed-off-by: Antoni Segura Puimedon <celebdor@gmail.com>
2018-12-07 11:56:54 +01:00
Antoni Segura Puimedon 5de75537bd OCP-Router - add support for OCP routes
This patch extends Kuryr's tempest plugin to verify
OCP-Route capability.

This patch includes also a generic function (named 'wait_kuryr_annotation')
for waiting (with max timeout) till specific annotation appears in object metadata.
A follow-up patch will update the current code to rely on 'wait_kuryr_annotation'
function.

Depends-On: Ia1816d2fa1468385544bb854af67c391050f3636
Change-Id: I8449ceb0735a9aea2e52d5d71a91a51dfd512c17
2018-09-06 07:48:04 +03:00
OpenStack Proposal Bot f0e6db542b Updated from global requirements
Change-Id: I84298f194add9240ba5a8badefb2f95aa3491efa
2018-03-22 09:41:05 +00:00
OpenStack Proposal Bot 5177171b54 Updated from global requirements
Change-Id: Ic571c6eb7b589b8698922014ed4b87bffe31a616
2018-01-17 20:38:54 +00:00
OpenStack Proposal Bot 41e78920cf Updated from global requirements
Change-Id: If1c8b0c85e56f6cfb0c344bc89844810dffd7497
2017-11-16 11:08:43 +00:00
OpenStack Proposal Bot 8883d324ba Updated from global requirements
Change-Id: If325910b5a18b571dfbb3a18f520b571b11a0f82
2017-09-20 03:35:27 +00:00
OpenStack Proposal Bot 0d2afbe620 Updated from global requirements
Change-Id: I4f5f2460d7d0e305d2af19682ab527439045d14d
2017-07-28 04:33:22 +00:00
OpenStack Proposal Bot d14530c449 Updated from global requirements
Change-Id: I535d2897c2b24868dd99815681899cb53c41b63b
2017-07-13 14:15:42 +00:00
OpenStack Proposal Bot 7392981930 Updated from global requirements
Change-Id: I0983d7d5e1c4f62338486707c8b75adc66172f6e
2017-06-27 12:12:07 +00:00
Daniel Mellado 1d9db807b4 Add kuryr base test class
This commit adds kuryr base test class and dummy test. It also modifies
the requirements to add kubernetes.

Change-Id: I742f6ec32d38ad13ed37c5e5a2a94a4f15ddc080
2017-05-26 13:21:40 +02:00
Daniel Mellado 0142b699bf Initial Commit
Initial commit based on cookiecutter for the kuryr tempest plugin.
2017-05-25 12:56:52 +02:00