Commit Graph

7 Commits

Author SHA1 Message Date
Michał Dulko 202409c062 Remove uselsess files and tests
Removes some useless code:

* Services directory is not used at all.
* BaseAdminKuryrTest is not used as a base of any tests besides…
* …test_create_list_pod which does not test Kuryr at all as it's not
  checking if the pod got IP. Also it duplicates what other tests do.

Change-Id: I3ad7cc10a307cb479dd335704a72fcef110e8bc3
2020-12-03 10:39:27 +01:00
Daniel Mellado 7763108393 Merge create and list pods tests
This commit merges create and list pods test in order to avoid them
failing due to a parallelism where it was checking for an empty pod list
on that namespace but some pods were running at the same time.

Closes-Bug: #1700993
Change-Id: I2e0307065173ea88ac0f5d1d183518c7ead96014
2018-02-21 12:11:57 +00:00
Michał Dulko ffbd59d792 Fix pep8 tox job
pep8 was configured incorrectly in tox.ini and wasn't catching
violations. This commit fixes the job and the issues that got in while
the job was silently ignoring them.

Change-Id: Id4d1e3192c558edf3c4babae54c87c1ba10d617f
2017-12-07 13:42:55 +01:00
Daniel Mellado 3735dc5678
Skip test_list_pods
This commit adds a decorator to skip list pods until lp [1] is resolved.

[1] https://bugs.launchpad.net/kuryr-kubernetes/+bug/1700993

Depends-On: Ibac0737c557aa1b6eef55d5681fd4c601cec4f09
Change-Id: I6b8bd4a9dfed09833738454522bdcd58a9f0ab33
Signed-off-by: Daniel Mellado <dmellado@redhat.com>
2017-06-28 16:38:18 +02:00
Daniel Mellado fe12e2b24c Extend pods testing
This commits further extends the pods testing for the kuryr-k8s tempest
plugin.

Change-Id: I8651fea16d0e7b050c216a3b3a858259640949c2
2017-06-09 10:47:41 +02:00
Daniel Mellado a5ce631362 Extends base network admin test
This commit modifies the base Kuryr test so it can rely on the neutron
base test functions.

Change-Id: I4720630881e0086feedf6f8082f7ef54ee498e13
2017-06-07 09:59:53 +00:00
Daniel Mellado 4e6f5f0fe6 [WIP] Add k8s client.
This commit adds the usage of k8s client and crud operations tests for
pods.

Change-Id: I033df1a9c4a8ade56c345fb0df767d49263c0c03
2017-05-31 14:06:26 +00:00