ravening commented on issue #4799:
URL: https://github.com/apache/cloudstack/issues/4799#issuecomment-809604404


   One thing that comes to my mind is to use the frontail package which 
displays the tail -f output of a file on UI.
   
   Also since it can be run on dedicated server, it's better to separate out 
this service from Cloudstack MGT server.
   
   I would say do below steps
   
   Have a separate service which exposes REST API's to get list of test, 
executing all test and individual test and so on. Once API is executed, it 
displays the execution output on UI.
   
   Since it can be a standalone service, we can have a list of IP address of 
the machines where this service is running and select a particular machine 
based on user input. So we can have all test environment in just one UI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to