pulp / Pulp-2-Tests

:warning: ⛔️ Pulp2 is EOL as of November 30 2022, for more info visit this link https://pulpproject.org/2022/09/19/pulp-2-eol/. ⛔️ Functional tests for Pulp 2.
https://pulp-2-tests.readthedocs.io/
1 stars 11 forks source link

Removing docker v1 tests from repo #200

Closed bherrin3 closed 5 years ago

bherrin3 commented 5 years ago

Problem

Per the following pulp_docker PR, docker v1 is now depreciated and no longer supported:

Failures were seen in docker v1 in CI.

Solution

Decided to go ahead and remove the v1 tests in the deprecation period.

References

Additional Note

There was a NOFIX issue in _do_test_invalid_upstream_name for DOCKER V2.

Went ahead and removed this case as the test is always skipped and the issue is already determined as NOFIX

Closes #4941