change org struct, change type of tests

This commit is contained in:
Nadezhda Fedorova 2024-05-21 17:39:54 +03:00
parent f8496320dd
commit 28c0fc03cf
119 changed files with 68 additions and 30 deletions

View File

@ -1 +0,0 @@
apachectl -v

View File

@ -1 +0,0 @@
LC_ALL=ru_RU.UTF-8 TZ=/usr/share/zoneinfo/Europe/Moscow date| grep MSK

View File

@ -1 +0,0 @@
curl --version && gpg --version

View File

@ -1 +0,0 @@
git --version && hg --version

View File

@ -1 +0,0 @@
gcc --version && make --version

View File

@ -1 +0,0 @@
apt-repo --version

View File

@ -1 +0,0 @@
ss -V

View File

@ -1 +0,0 @@
etcdctl version

View File

@ -1 +0,0 @@
gitea --version

View File

@ -1 +0,0 @@
nginx -v

View File

@ -1 +0,0 @@
node -v

View File

@ -1 +0,0 @@
prometheus --version

View File

@ -1 +0,0 @@
python3 --version

View File

@ -1 +0,0 @@
registry --version

View File

@ -1 +0,0 @@
ruby --version

View File

@ -1 +0,0 @@
ls -la /sbin/init | grep systemd

View File

@ -1 +0,0 @@
trivy --version

View File

@ -1 +0,0 @@
unitd --version

View File

@ -1 +0,0 @@
zot verify /etc/zot/config.json

2
org/base/base/test.yaml Normal file
View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "LC_ALL=ru_RU.UTF-8 TZ=/usr/share/zoneinfo/Europe/Moscow date| grep MSK"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "curl --version && gpg --version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "git --version && hg --version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "gcc --version && make --version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "apt-repo --version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "ss -V"

View File

@ -0,0 +1,2 @@
entrypoint: ""
command: "--version"

View File

@ -0,0 +1,2 @@
entrypoint: ""
command: "true"

2
org/base/trivy/test.yaml Normal file
View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "trivy --version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "cainjector --help"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "controller --help"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "webhook --help"

View File

@ -0,0 +1,2 @@
entrypoint: ""
command: "flannel"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "flanneld --version"

View File

@ -1 +0,0 @@
cainjector --help

View File

@ -1 +0,0 @@
controller --help

View File

@ -1 +0,0 @@
webhook --help

View File

@ -1 +0,0 @@
coredns --version

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "coredns --version"

View File

@ -1 +0,0 @@
etcd --version

2
org/k8s/etcd/test.yaml Normal file
View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "etcd --version"

View File

@ -1 +0,0 @@
flanneld --version

View File

@ -1 +0,0 @@
kube-apiserver --version

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "kube-apiserver --version"

View File

@ -1 +0,0 @@
kube-controller-manager --version

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "kube-controller-manager --version"

View File

@ -1 +0,0 @@
kube-proxy --version

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "kube-proxy --version"

View File

@ -1 +0,0 @@
kube-scheduler --version

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "kube-scheduler --version"

2
org/k8s/pause/test.yaml Normal file
View File

@ -0,0 +1,2 @@
entrypoint: "/pause"
command: "-v"

View File

@ -1 +0,0 @@
node-collector --help

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "node-collector --help"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "apachectl -v"

2
org/other/etcd/test.yaml Normal file
View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "etcdctl version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "gitea --version"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "nginx -v"

2
org/other/node/test.yaml Normal file
View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "node -v"

View File

@ -0,0 +1,2 @@
entrypoint: "/bin/sh"
command: "prometheus --version"

Some files were not shown because too many files have changed in this diff Show More