Service Virtualization

  • 1.  What is the command to run devtest suite from command line?

    Broadcom Employee
    Posted Jun 11, 2018 02:11 AM

    Hi,

     

    I need to execute DevTest testsuite on a linux machine using curl command

     

    curl -h http://ahmmo05-5510:1505/lisa-invoke/runSuite?suitePath=//TestProject//Tests//Suites//AllTestsSuite.ste&configPath=//TestProject//Configs//project.config

     

    Before executing the command I have copied the TestProject on to linux machine at /TestProject, I am not able to execute.

     

    Do I need to have DevTest installed on linux box.

     

    Some help will be appreciated

    regards

    Irfan



  • 2.  Re: What is the command to run devtest suite from command line?
    Best Answer

    Broadcom Employee
    Posted Jun 11, 2018 09:38 AM

    You could do something like: 
    curl -u admin:admin -F "file=@/TestProject/mytest.mar"  http://ahmmo05-5510:1505/lisa-invoke/runSuite?suitePath=//TestProject//Tests//Suites//AllTestsSuite.ste&configPath=//TestProject//Configs//project.config

     

    hope this helps