Преглед изворни кода

added update-functions to the tests

Daniel Gibbs пре 9 година
родитељ
комит
701901bc77
2 измењених фајлова са 25 додато и 0 уклоњено
  1. 12 0
      tests/tests_jc2server.sh
  2. 13 0
      tests/tests_ts3server.sh

+ 12 - 0
tests/tests_jc2server.sh

@@ -473,6 +473,18 @@ fn_setstatus
 (command_validate.sh)
 fn_test_result_pass
 
+echo ""
+echo "4.9 - update-functions"
+echo "================================="
+echo "Description:"
+echo "runs update-functions."
+echo ""
+echo "Command: ./jc2server update-functions"
+requiredstatus="OFFLINE"
+fn_setstatus
+(command_update_functions.sh)
+fn_test_result_pass
+
 echo ""
 echo "5.1 - monitor - online"
 echo "================================="

+ 13 - 0
tests/tests_ts3server.sh

@@ -368,6 +368,7 @@ fn_setstatus
 (command_restart.sh)
 fn_test_result_pass
 
+echo ""
 echo "4.1 - update"
 echo "================================="
 echo "Description:"
@@ -378,6 +379,18 @@ fn_setstatus
 (command_update.sh)
 fn_test_result_pass
 
+echo ""
+echo "4.2 - update-functions"
+echo "================================="
+echo "Description:"
+echo "runs update-functions."
+echo ""
+echo "Command: ./jc2server update-functions"
+requiredstatus="OFFLINE"
+fn_setstatus
+(command_update_functions.sh)
+fn_test_result_pass
+
 echo ""
 echo "5.1 - monitor - online"
 echo "================================="