Luxoft / Twister

Twister Test Automation Framework
http://www.twistertesting.com/
Apache License 2.0
38 stars 21 forks source link

Unable to queue test case - queued test case status becomes notexec #181

Closed nitinaran closed 8 years ago

nitinaran commented 8 years ago

Below is what I am trying to do:

  1. Run a suite "SuiteTest01" using cli.py (./cli.py --login=: -s start -c -p )
  2. Once its started, I am trying to run the following command to queue a test case to the suite: ./cli.py --login=: -q SuiteTest01:
  3. 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:

I tried with running the original suite from the GUI even, and queuing using cli.py, but the queued test case is never executed.

bogdanpopescu commented 8 years ago

@nitinaran Hi, the issue is fixed and delivered. Please verify it.

nitinaran commented 8 years ago

Working well with the latest version. Thank you very much. Much appreciated.