ref_debugTestGroups.json 737 B

1234567891011121314151617181920212223242526272829303132
  1. [
  2. {
  3. "name": "ari ",
  4. "dir": "tests/CI/output/ari",
  5. "testcmd": "-t tests/rest_api/"
  6. },
  7. {
  8. "name": "pjs ",
  9. "dir": "tests/CI/output/pjsip",
  10. "testcmd": "-t tests/channels/pjsip"
  11. },
  12. {
  13. "name": "sip ",
  14. "dir": "tests/CI/output/sip",
  15. "testcmd": "-t tests/channels/SIP"
  16. },
  17. {
  18. "name": "iax ",
  19. "dir": "tests/CI/output/iax2_local",
  20. "testcmd": " -t tests/channels/iax2 -t tests/channels/local"
  21. },
  22. {
  23. "name": "apps",
  24. "dir": "tests/CI/output/agi-apps",
  25. "testcmd": " -t tests/agi -t tests/apps -t blind-transfer-parkingtimeout"
  26. },
  27. {
  28. "name": "othr",
  29. "dir": "tests/CI/output/other",
  30. "testcmd": " -T tests/(apps|agi|blind-transfer-parkingtimeout|rest_api|channels|realtime|example|skeleton_test|remote-test)"
  31. }
  32. ]