aboutsummaryrefslogtreecommitdiff
path: root/.buildbot
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-09-08 16:58:46 +0200
committert3sserakt <t3ss@posteo.de>2020-09-08 16:58:46 +0200
commit72331deb3bfed2e82f1d5c87eb185ab67d783308 (patch)
tree269e5370fd95efc16895efba4dd169552e4ade20 /.buildbot
parenta7d0275e63ddd9780c5a44caeee3646d3af1a396 (diff)
downloadgnunet-72331deb3bfed2e82f1d5c87eb185ab67d783308.tar.gz
gnunet-72331deb3bfed2e82f1d5c87eb185ab67d783308.zip
- added tng test script
Diffstat (limited to '.buildbot')
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test.sh10
-rw-r--r--.buildbot/firefly-x86_64-amdepyc_test_tng.sh8
2 files changed, 9 insertions, 9 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh b/.buildbot/firefly-x86_64-amdepyc_test.sh
index d665d3a7c..db202a112 100755
--- a/.buildbot/firefly-x86_64-amdepyc_test.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_test.sh
@@ -1,11 +1,3 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# echo "Skipped" 3echo "Skipped"
4
5pushd src/transport
6make check TESTS='test_communicator_basic-tcp'
7cat test-suite.log
8pkill --signal 9 -U buildbot gnunet
9make check TESTS='test_communicator_rekey-tcp'
10pkill --signal 9 -U buildbot gnunet
11popd
diff --git a/.buildbot/firefly-x86_64-amdepyc_test_tng.sh b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
new file mode 100644
index 000000000..031615517
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
@@ -0,0 +1,8 @@
1#!/bin/bash
2
3# echo "Skipped"
4
5pushd src/transport
6make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp'
7pkill --signal 9 -U buildbot gnunet
8popd