Run a suite "SuiteTest01" using cli.py (./cli.py --login=: -s start -c -p )
Once its started, I am trying to run the following command to queue a test case to the suite: ./cli.py --login=: -q SuiteTest01:
The result of the command is successful, and it actually queues the test case, however, the queued test case is never executed. Below is the output of the details command:
Your Suites are:
on ubuntu14-x64_EP-1001 :
(id 101) SuiteTest01
[pass] (id 1001) /home/naran/twister/testsuites//testing/test01.py
[notexec] (id 1002) /home/naran/twister/testsuites/testing/test02.py
I tried with running the original suite from the GUI even, and queuing using cli.py, but the queued test case is never executed.
Below is what I am trying to do:
Your Suites are:
I tried with running the original suite from the GUI even, and queuing using cli.py, but the queued test case is never executed.