Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 804e663

Browse files
committed
Renamed comparison files for crane copy job.
Makes distinction between test jobs easier.
1 parent dda92a8 commit 804e663

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/unit/comparison_files/test_addons_container_crane_test_advanced_crane_job.yml renamed to tests/unit/comparison_files/test_addons_container_crane_test_advanced_crane_copy_job.yml

File renamed without changes.

tests/unit/comparison_files/test_addons_container_crane_test_default_crane_job.yml renamed to tests/unit/comparison_files/test_addons_container_crane_test_simple_crane_copy_job.yml

File renamed without changes.

tests/unit/test_addons_container_crane.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from gcip.addons.container.config import DockerClientConfig
66

77

8-
def test_default_crane_job():
8+
def test_simple_crane_copy_job():
99
pipeline = Pipeline()
1010

1111
pipeline.add_children(
@@ -23,7 +23,7 @@ def test_default_crane_job():
2323
conftest.check(pipeline.render())
2424

2525

26-
def test_advanced_crane_job():
26+
def test_advanced_crane_copy_job():
2727
dcc = DockerClientConfig()
2828
dcc.add_auth(registry="index.docker.io")
2929
dcc.add_cred_helper("0132456789.dkr.eu-central-1.amazonaws.com", "ecr-login")

0 commit comments

Comments
 (0)