Browse Source

more test scripts

root 5 years ago
parent
commit
152c720be6
4 changed files with 5 additions and 2 deletions
  1. 1 0
      test_all_med.sh
  2. 2 2
      test_complete_run.sh
  3. 1 0
      test_re_med.sh
  4. 1 0
      test_re_small.sh

+ 1 - 0
test_all_med.sh

@@ -0,0 +1 @@
+python3 API_Calls.py --users=200 --products=500 --noimage=yes --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api >/dev/null 2>&1 &

+ 2 - 2
test_complete_run.sh

@@ -4,8 +4,8 @@ _evalBg() {
     eval "$@" &>/dev/null &disown;
 }
 
-short_all="./_mysql_short.sh"
-short_re="./_mysql_short_recycle.sh"
+short_all="./test_short.sh"
+short_re="./test_re_med.sh"
 
 for i in {1..3}
 do

+ 1 - 0
test_re_med.sh

@@ -0,0 +1 @@
+python3 API_Calls.py --users=500 --products=150 --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api --mode=recycling --csv="/dist/auth_user_testserver.csv" >/dev/null 2>&1 &

+ 1 - 0
test_re_small.sh

@@ -0,0 +1 @@
+python3 API_Calls.py --users=10 --products=20 --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api --mode=recycling --csv="/dist/auth_user_testserver.csv"