Skip to content

Commit c449680

Browse files
committed
update test yaml files
1 parent 689bd95 commit c449680

File tree

26 files changed

+55
-143
lines changed

26 files changed

+55
-143
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["forgetool", "info"]
2+
commands:
3+
- forgetool info

apps/flood/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["/app/flood", "--help"]
2+
commands:
3+
- /app/flood --help

apps/gluetun/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["sh", "-c", "test -x /usr/local/bin/gluetun && command -v openvpn && command -v iptables"]
2+
commands:
3+
- sh -c 'test -x /usr/local/bin/gluetun && command -v openvpn && command -v iptables'

apps/go-yq/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["yq", "--version"]
2+
commands:
3+
- yq --version

apps/java11/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["java", "--version"]
2+
commands:
3+
- java --version

apps/java17/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["java", "--version"]
2+
commands:
3+
- java --version

apps/java21/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["java", "--version"]
2+
commands:
3+
- java --version

apps/java25/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["java", "--version"]
2+
commands:
3+
- java --version

apps/java8/container-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["java", "--version"]
2+
commands:
3+
- java --version
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
timeoutSeconds: 10
2-
3-
# unmappedCurrentTests: commands present in container_test.go
4-
# that are not representable in the current container-test schema fields.
5-
# - ["python", "-u", "/app/sidecar.py"]
2+
commands:
3+
- python -u /app/sidecar.py

0 commit comments

Comments
 (0)