Skip to content

Commit

Permalink
DROP ME AFTER
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Sep 29, 2023
1 parent 00e3e96 commit 47eae55
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/podman_runner/03_run_controller.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -ex
src_dir=$(cd $(dirname "$0")/../.. && pwd -P)

Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/04_setup_ssh_controller.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -ex
sudo -i podman exec controller-test bash -c "ssh-keygen -f /root/.ssh/id_rsa -t rsa -N \"\" && cp /root/.ssh/id_rsa.pub /tmp/authorized_keys"

1 change: 1 addition & 0 deletions testsuite/podman_runner/05_install_gems_in_controller.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec controller-test bash -c "cd /testsuite && bundle.ruby2.5 install --gemfile Gemfile"

1 change: 1 addition & 0 deletions testsuite/podman_runner/08_build_server_code.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec uyuni-server-all-in-one-test bash -c "cp /testsuite/podman_runner/debug_logging.properties /etc/tomcat/logging.properties"
sudo -i podman exec uyuni-server-all-in-one-test bash -c "cd /java && ant -f manager-build.xml ivy refresh-branding-jar deploy-local"
Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/09_run_sshminion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
echo opensusesshproductuuid > /tmp/opensuse_ssh_product_uuid
sudo -i podman run --privileged --rm -d --network uyuni-network-1 -v /tmp/opensuse_ssh_product_uuid:/sys/class/dmi/id/product_uuid -v /tmp/test-all-in-one:/tmp --name opensusessh -h opensusessh ghcr.io/$UYUNI_PROJECT/uyuni/ci-test-opensuse-minion:$UYUNI_VERSION
Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/10_setup_sshd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe

sudo -i podman exec uyuni-server-all-in-one-test bash -c "ssh-keygen -A && /usr/sbin/sshd -e"
Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/11_run_core_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec controller-test bash -c "export CUCUMBER_PUBLISH_TOKEN=${CUCUMBER_PUBLISH_TOKEN} && export PROVIDER=podman && export SERVER=uyuni-server-all-in-one-test && export HOSTNAME=controller-test && cd /testsuite && rake cucumber:github_validation_core"

1 change: 1 addition & 0 deletions testsuite/podman_runner/12_run_salt_sle_minion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
src_dir=$(cd $(dirname "$0")/../.. && pwd -P)

Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/13_run_salt_rhlike_minion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
src_dir=$(cd $(dirname "$0")/../.. && pwd -P)

Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/14_run_salt_deblike_minion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
src_dir=$(cd $(dirname "$0")/../.. && pwd -P)

Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/15_accept_all_keys.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec uyuni-server-all-in-one-test bash -c "salt-key -y -A"
1 change: 1 addition & 0 deletions testsuite/podman_runner/16_run_init_clients_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec controller-test bash -c "export CUCUMBER_PUBLISH_TOKEN=${CUCUMBER_PUBLISH_TOKEN} && export PROVIDER=podman && export SERVER=uyuni-server-all-in-one-test && export HOSTNAME=controller-test && export SSH_MINION=opensusessh && export MINION=sle_minion && export RHLIKE_MINION=rhlike_minion && export DEBLIKE_MINION=deblike_minion && cd /testsuite && rake cucumber:github_validation_init_clients"
1 change: 1 addition & 0 deletions testsuite/podman_runner/17_run_secondary_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec controller-test bash -c "export CUCUMBER_PUBLISH_TOKEN=${CUCUMBER_PUBLISH_TOKEN} && export PROVIDER=podman && export SERVER=uyuni-server-all-in-one-test && export HOSTNAME=controller-test && export SSH_MINION=opensusessh && export MINION=sle_minion && export RHLIKE_MINION=rhlike_minion && export DEBLIKE_MINION=deblike_minion && cd /testsuite && rake cucumber:secondary"
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec controller-test bash -c "zypper ref && zypper -n install expect"
sudo -i podman exec controller-test bash -c "export CUCUMBER_PUBLISH_TOKEN=${CUCUMBER_PUBLISH_TOKEN} && export PROVIDER=podman && export SERVER=uyuni-server-all-in-one-test && export HOSTNAME=controller-test && export SSH_MINION=opensusessh && export MINION=sle_minion && export RHLIKE_MINION=rhlike_minion && export DEBLIKE_MINION=deblike_minion && cd /testsuite && rake cucumber:secondary_parallelizable"
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
if [ $# -ne 1 ];
then
Expand Down
1 change: 1 addition & 0 deletions testsuite/podman_runner/18_split_secondary_p_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe
sudo -i podman exec controller-test bash -c "cd /testsuite && rake utils:split_secondary_p[5]"

1 change: 1 addition & 0 deletions testsuite/podman_runner/19_get_server_logs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exit 0
set -xe

if [ $# -ne 1 ];
Expand Down

0 comments on commit 47eae55

Please sign in to comment.