diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-11-17 22:42:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 22:42:21 +0100 |
commit | 0f745272e79daa496e541ff18bc6e21339559f38 (patch) | |
tree | fdb9285047a73f6516796f97969c237f359b1194 /test | |
parent | 770b03a50cbffbf1ad1d40a8c9ea72860727acea (diff) | |
parent | d4446501f3245a87a605bea403710954f0400fb5 (diff) | |
download | podman-0f745272e79daa496e541ff18bc6e21339559f38.tar.gz podman-0f745272e79daa496e541ff18bc6e21339559f38.tar.bz2 podman-0f745272e79daa496e541ff18bc6e21339559f38.zip |
Merge pull request #8381 from Luap99/rename-test-files
Rename e2e test files to include _test.go suffix
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/pod_pod_namespaces_test.go (renamed from test/e2e/pod_pod_namespaces.go) | 0 | ||||
-rw-r--r-- | test/e2e/run_seccomp_test.go (renamed from test/e2e/run_seccomp.go) | 0 | ||||
-rw-r--r-- | test/e2e/run_security_labels_test.go (renamed from test/e2e/run_security_labels.go) | 0 | ||||
-rw-r--r-- | test/e2e/run_working_dir_test.go (renamed from test/e2e/run_working_dir.go) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/e2e/pod_pod_namespaces.go b/test/e2e/pod_pod_namespaces_test.go index 20b8bdb39..20b8bdb39 100644 --- a/test/e2e/pod_pod_namespaces.go +++ b/test/e2e/pod_pod_namespaces_test.go diff --git a/test/e2e/run_seccomp.go b/test/e2e/run_seccomp_test.go index 7d04cc60a..7d04cc60a 100644 --- a/test/e2e/run_seccomp.go +++ b/test/e2e/run_seccomp_test.go diff --git a/test/e2e/run_security_labels.go b/test/e2e/run_security_labels_test.go index 0c5621e3f..0c5621e3f 100644 --- a/test/e2e/run_security_labels.go +++ b/test/e2e/run_security_labels_test.go diff --git a/test/e2e/run_working_dir.go b/test/e2e/run_working_dir_test.go index 7d8db361c..7d8db361c 100644 --- a/test/e2e/run_working_dir.go +++ b/test/e2e/run_working_dir_test.go |