gateTestGroups.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. {
  3. "name": "ari1",
  4. "dir": "tests/CI/output/ari1",
  5. "runTestsuiteOptions": "--test-timeout=180",
  6. "testcmd": "--test-regex=tests/rest_api/[Ca-d]"
  7. },
  8. {
  9. "name": "ari2",
  10. "dir": "tests/CI/output/ari2",
  11. "runTestsuiteOptions": "--test-timeout=180",
  12. "testcmd": "--test-regex=tests/rest_api/[e-z]"
  13. },
  14. {
  15. "name": "pjs1",
  16. "dir": "tests/CI/output/pjsip1",
  17. "runTestsuiteOptions": "--test-timeout=180",
  18. "testcmd": "--test-regex=tests/channels/pjsip/[a-f]"
  19. },
  20. {
  21. "name": "pjs2",
  22. "dir": "tests/CI/output/pjsip2",
  23. "runTestsuiteOptions": "--test-timeout=180",
  24. "testcmd": "--test-regex=tests/channels/pjsip/[g-r]"
  25. },
  26. {
  27. "name": "pjs3",
  28. "dir": "tests/CI/output/pjsip3",
  29. "runTestsuiteOptions": "--test-timeout=180",
  30. "testcmd": "--test-regex=tests/channels/pjsip/[s-z]"
  31. },
  32. {
  33. "name": "sip1",
  34. "dir": "tests/CI/output/sip1",
  35. "runTestsuiteOptions": "--test-timeout=240",
  36. "testcmd": "--test-regex=tests/channels/SIP/[Sa-r]"
  37. },
  38. {
  39. "name": "sip2",
  40. "dir": "tests/CI/output/sip2",
  41. "runTestsuiteOptions": "--test-timeout=240",
  42. "testcmd": "--test-regex=tests/channels/SIP/[s-z]"
  43. },
  44. {
  45. "name": "iax ",
  46. "dir": "tests/CI/output/iax2_local",
  47. "runTestsuiteOptions": "--test-timeout=180",
  48. "testcmd": " -t tests/channels/iax2 -t tests/channels/local"
  49. },
  50. {
  51. "name": "mwi ",
  52. "dir": "tests/CI/output/extmwi",
  53. "runTestsuiteOptions": "--test-timeout=180",
  54. "testcmd": "--test-regex=tests/channels/pjsip/.*mwi"
  55. }
  56. ]