mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
ginkgo tests: apply ginkgolinter fixes
New fixes since my last commit 2ddf1c5cbd.
https://github.com/nunnatsa/ginkgolinter
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -2023,7 +2023,7 @@ WORKDIR /madethis`, BB)
|
||||
bitSize := 1024
|
||||
keyFileName := filepath.Join(podmanTest.TempDir, "key")
|
||||
publicKeyFileName, privateKeyFileName, err := WriteRSAKeyPair(keyFileName, bitSize)
|
||||
Expect(err).To(BeNil())
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
||||
imgPath := "localhost:5000/my-alpine"
|
||||
session = podmanTest.Podman([]string{"push", "--encryption-key", "jwe:" + publicKeyFileName, "--tls-verify=false", "--remove-signatures", ALPINE, imgPath})
|
||||
|
||||
Reference in New Issue
Block a user