From a44e2734a440d2522ce12842356ba900bb2b31ce Mon Sep 17 00:00:00 2001 From: PhilipWafula Date: Wed, 14 Apr 2021 13:49:03 +0300 Subject: [PATCH] Adds bash script to run test suite. --- apps/cic-ussd/expect/run_smoke_tests.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/cic-ussd/expect/run_smoke_tests.sh diff --git a/apps/cic-ussd/expect/run_smoke_tests.sh b/apps/cic-ussd/expect/run_smoke_tests.sh new file mode 100644 index 00000000..6442cede --- /dev/null +++ b/apps/cic-ussd/expect/run_smoke_tests.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pyresttest "$TEST_SERVER_URL" test_suite.yml \ No newline at end of file