Comment 3 for bug 1518971

Revision history for this message
Artem Roma (aroma-x) wrote : Re: OSTF check don't stop through CLI

One does not simply stop ostf test execution by sending SIGINT to the fuel-client. OSTF and CLI are two different components that must properly interact with each other that is through sending appropriate HTTP requests to RESTful API of ostf-adapter. What are you stopping by CTRL-C is particular function of the client that constantly polls ostf for status of current test execution and print it interactively to output stream. Hence the behavior is in some way expected. IMO the real issue here is that we don't have separate command that stops/restart particular test run. With that being said I move this bug to incomplete. Feel free to update the description or create new bug about missing functionality.