1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-07 07:26:47 +00:00
skopeo/integration
Miloslav Trmač 44ee5be6db Do not store a *check.C in openshiftCluster
The *check.C object can not be reused across tests, so storing it in
openshiftCluster is incorrect (and leads to weird behavior like
assertion failures being silently ignored).  So far this hasn't really
been an issue because we have been using the *check.C only in SetUpSuite
and TearDownSuite, and the changes to this have turned out to be
unnecessary after all, but this is still the right thing to do.

This is more or less
> s/c\./cluster\./g; s/cluster\.c/c/g
(paying more attention to the syntax) and corresponding modifications
to the method declarations.

Does not change behavior, apart from using the correct *check.C in
CopySuite.TearDownSuite.
2017-05-09 15:08:11 +02:00
..
fixtures Add CopySuite.TestCopyAtomicExtension 2017-03-30 19:35:44 +02:00
check_test.go adding tests 2017-03-20 12:53:34 +02:00
copy_test.go Do not store a *check.C in openshiftCluster 2017-05-09 15:08:11 +02:00
fixtures_info_test.go Remove signature/fixtures subpackage 2016-05-21 21:21:58 +02:00
openshift_shell_test.go Add a commented-out CopySuite.TestRunShell 2017-03-27 17:01:29 +02:00
openshift.go Do not store a *check.C in openshiftCluster 2017-05-09 15:08:11 +02:00
registry.go Add sigstore tests 2016-09-27 15:21:24 +02:00
signing_test.go Vendor after merging mtrmac/image:openpgp, + other updates 2017-03-29 20:54:18 +02:00
utils.go Abort in fileFromFixture if a replacement template is not found 2017-05-09 15:08:11 +02:00