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

updated testing to reflect what it does. fixed p1 issue

parent a4c6ebec
No related branches found
No related tags found
No related merge requests found
Pipeline #2430 passed
......@@ -80,46 +80,46 @@ do-build-centos75:
#
# test_quick for EH handling
#
.basic-pgms-rida: &eh-tests
.basic_eh_tests: &basic_eh-tests
stage: test
script:
- ./cicd_testing/eh-tests.sh
eh-tests-ubuntu18:
<<: *eh-tests
basic_eh-tests-ubuntu18:
<<: *basic_eh-tests
tags:
- ubuntu18
eh-tests-ubuntu16:
<<: *eh-tests
basic_eh-tests-ubuntu16:
<<: *basic_eh-tests
tags:
- ubuntu16
eh-tests-centos75:
<<: *eh-tests
basic_eh-tests-centos75:
<<: *basic_eh-tests
tags:
- centos75
#
# test_cmds.sh fixcalls
#
.basic-pgms-fixcalls: &basic-pgms-fixcalls
.builtin-xforms: &builtin-xforms
stage: test
script:
- ./cicd_testing/basic-pgms-fixcalls.sh
- ./cicd_testing/builtin-xforms.sh
basic-pgms-fixcalls-ubuntu18:
<<: *basic-pgms-fixcalls
builtin-xforms-ubuntu18:
<<: *builtin-xforms
tags:
- ubuntu18
basic-pgms-fixcalls-ubuntu16:
<<: *basic-pgms-fixcalls
builtin-xforms-ubuntu16:
<<: *builtin-xforms
tags:
- ubuntu16
basic-pgms-fixcalls-centos75:
<<: *basic-pgms-fixcalls
builtin-xforms-centos75:
<<: *builtin-xforms
tags:
- centos75
variables:
......
......@@ -4,7 +4,7 @@ Import('env')
myenv=env.Clone()
LIBS= " irdb-cfg irdb-transform irdb-core "
LIBS= " irdb-cfg irdb-transform irdb-core EXEIO "
cpppath='''
$IRDB_SDK/include
......
......@@ -6,6 +6,4 @@ cd /tmp/peasoup_test
source set_env_vars
cd $PEASOUP_HOME/tests
make clean;
./test_cmds.sh -c fix_calls_rida -l -a "bzip2 tcpdump"
./test_cmds.sh -c fix_calls_ida -l -a "bzip2 tcpdump"
./test_cmds.sh -c "fix_calls_rida rida_p1 fix_calls_ida" -l -a "bzip2 tcpdump"
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