Skip to content
Snippets Groups Projects
Commit 1a32c797 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

moving some tests to cookbook

parent b64d89bc
No related branches found
No related tags found
No related merge requests found
Pipeline #2402 passed
......@@ -100,29 +100,6 @@ eh-tests-centos75:
tags:
- centos75
#
# test_cmds.sh rida-p1
#
.basic-pgms-rida-p1: &basic-pgms-rida-p1
stage: test
script:
- ./cicd_testing/basic-pgms-rida-p1.sh
basic-pgms-rida-p1-ubuntu18:
<<: *basic-pgms-rida-p1
tags:
- ubuntu18
basic-pgms-rida-p1-ubuntu16:
<<: *basic-pgms-rida-p1
tags:
- ubuntu16
basic-pgms-rida-p1-centos75:
<<: *basic-pgms-rida-p1
tags:
- centos75
#
# test_cmds.sh fixcalls
#
......@@ -179,27 +156,3 @@ elfdep-centos75:
variables:
OS: 'centos75'
#
# test_cmds.sh kill_deads
#
.basic-pgms-killdeads: &basic-pgms-killdeads
stage: test
script:
- ./cicd_testing/basic-pgms-killdeads.sh
basic-pgms-killdeads-ubuntu18:
<<: *basic-pgms-killdeads
tags:
- ubuntu18
basic-pgms-killdeads-ubuntu16:
<<: *basic-pgms-killdeads
tags:
- ubuntu16
basic-pgms-killdeads-centos75:
<<: *basic-pgms-killdeads
tags:
- centos75
variables:
OS: 'centos75'
#!/bin/bash
set -e
set -x
cd /tmp/peasoup_test
source set_env_vars
cd $PEASOUP_HOME/tests
make clean;
./test_cmds.sh -c kill_deads_rida -l -a "tcpdump"
./test_cmds.sh -c kill_deads -l -a "bzip2"
#/bin/bash
set -e
set -x
cd /tmp/peasoup_test
source set_env_vars
cd $PEASOUP_HOME/tests
make clean
./test_cmds.sh -l -c rida_p1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment