tests: re-organize autofixing unit tests

This change:
- Changes test data naming convention to be lexicographically sortable
  and have input and expected data side-by-side.
- Executes each test case in a separate run.
This commit is contained in:
Vlad Klokun
2023-01-10 19:43:04 +02:00
parent 85d2f5c250
commit 2fce139a9a
29 changed files with 56 additions and 46 deletions
@@ -16,4 +16,4 @@ spec:
- name: nginx_container
image: nginx
securityContext:
runAsRoot: true
runAsRoot: true
@@ -16,4 +16,4 @@ spec:
- name: nginx_container
image: nginx
securityContext:
runAsRoot: false
runAsRoot: false
@@ -9,4 +9,4 @@ metadata:
spec:
containers:
- name: nginx_container
image: nginx
image: nginx
@@ -11,4 +11,4 @@ spec:
- name: nginx_container
image: nginx
securityContext:
allowPrivilegeEscalation: false
allowPrivilegeEscalation: false