Go to file
Tabitha 34fe966f34 Adds connectivity test for SCTP service
This patch adds a new test to check SCTP connectivity from pods.
The 'create_setup_for_service_test' and 'assert_backend_amount_from_pod'
functions were also extended to support SCTP services. The kuryr-sctp
application was also extended to support connection with IPv6 address family.

Partially-Implements: blueprint sctp-support
Change-Id: Ic63a2807238d3d879bb172d74b05bada2399f07f
2021-02-22 18:13:00 +01:00
2021-01-22 18:30:18 +01:00
2017-05-25 12:56:52 +02:00
2019-04-19 19:32:21 +00:00
2021-01-07 11:32:48 -03:00
2018-09-24 20:54:38 +08:00
2018-06-21 21:43:09 +08:00
2017-05-25 12:56:52 +02:00
2020-05-28 11:38:13 +08:00
2017-06-27 12:12:07 +00:00
2020-10-16 01:18:54 +00:00

Team and repository tags

image

Tempest Integration of Kuryr

Overview

This project defines a tempest plugin containing tests used to verify the functionality of a kuryr installation. The plugin will automatically load these tests into tempest.

For more information about Kuryr see: https://docs.openstack.org/kuryr/latest/

For more information about Kuryr-kubernetes see: https://docs.openstack.org/kuryr-kubernetes/latest/

For more information about Tempest plugins see: https://docs.openstack.org/tempest/latest/plugin.html

Installing

Clone this repository and call from the repo:

$ pip install -e .

Running the tests

To run all the tests from this plugin, call from the tempest repo:

$ tox -e all -- kuryr_tempest_plugin

To run a single test case, call with full path, for example:

$ tox -e all -- kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping

To retrieve a list of all tempest tests, run:

$ testr list-tests
Description
RETIRED, Tempest plugin for kuryr/kuryr-kubernetes
Readme 50 MiB