File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1177,7 +1177,7 @@ func IDtoolsToRuntimeSpec(idMaps []idtools.IDMap) (convertedIDMap []specs.LinuxI
11771177 return convertedIDMap
11781178}
11791179
1180- // RuntimeSpecToIDtoolsTo converts runtime spec to the one of the idtools ID mapping
1180+ // RuntimeSpecToIDtools converts runtime spec to the one of the idtools ID mapping
11811181func RuntimeSpecToIDtools (idMaps []specs.LinuxIDMapping ) (convertedIDMap []idtools.IDMap ) {
11821182 for _ , idmap := range idMaps {
11831183 tempIDMap := idtools.IDMap {
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ const (
294294 PodmanTestCreateUtilTargetMTLS = "mtls"
295295)
296296
297- // PodmanTestCreate creates a PodmanTestIntegration instance for the tests
297+ // PodmanTestCreateUtil creates a PodmanTestIntegration instance for the tests
298298func PodmanTestCreateUtil (tempDir string , target PodmanTestCreateUtilTarget ) * PodmanTestIntegration {
299299 host := GetHostDistributionInfo ()
300300 cwd , _ := os .Getwd ()
@@ -964,7 +964,7 @@ func (p *PodmanTestIntegration) CleanupVolume() {
964964 checkStderrCleanupError (session , "volume rm -fa error logged" )
965965}
966966
967- // CleanupSecret cleans up the secrets and containers.
967+ // CleanupSecrets cleans up the secrets and containers.
968968// This already calls Cleanup() internally.
969969func (p * PodmanTestIntegration ) CleanupSecrets () {
970970 // Remove all containers
You can’t perform that action at this time.
0 commit comments