periodic-dailyTestGroups.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [
  2. {
  3. "name": "ari ",
  4. "dir": "tests/CI/output/ari",
  5. "runTestsuiteOptions": "--test-timeout=180",
  6. "testcmd": "-t tests/rest_api/"
  7. },
  8. {
  9. "name": "pjs ",
  10. "dir": "tests/CI/output/pjsip",
  11. "runTestsuiteOptions": "--test-timeout=180",
  12. "testcmd": "-t tests/channels/pjsip"
  13. },
  14. {
  15. "name": "sip ",
  16. "dir": "tests/CI/output/sip",
  17. "runTestsuiteOptions": "--test-timeout=240",
  18. "testcmd": "-t tests/channels/SIP"
  19. },
  20. {
  21. "name": "iax ",
  22. "dir": "tests/CI/output/iax2_local",
  23. "runTestsuiteOptions": "--test-timeout=180",
  24. "testcmd": " -t tests/channels/iax2 -t tests/channels/local"
  25. },
  26. {
  27. "name": "apps",
  28. "dir": "tests/CI/output/agi-apps",
  29. "runTestsuiteOptions": "--test-timeout=180",
  30. "testcmd": " -t tests/agi -t tests/apps -t blind-transfer-parkingtimeout"
  31. },
  32. {
  33. "name": "othr",
  34. "dir": "tests/CI/output/other",
  35. "runTestsuiteOptions": "--test-timeout=180",
  36. "testcmd": " -T tests/(apps|agi|blind-transfer-parkingtimeout|rest_api|channels|realtime|example|skeleton_test|remote-test)"
  37. },
  38. {
  39. "name": "real",
  40. "dir": "tests/CI/output/realtime",
  41. "runTestsuiteOptions": "--test-timeout=180 --realtime --initialize-db --cleanup-db",
  42. "testcmd": " -t tests/channels/pjsip -G realtime-incompatible"
  43. }
  44. ]