Currently build(test) script in Jenkins is written as below:
#Test for Collector
cd "$JENKINS_HOME/jobs/ReMon Build/workspace/collector"
mvn test
#Test for Monitor
cd "$JENKINS_HOME/jobs/ReMon Build/workspace/monitor"
python -m tornado.testing tests.runtests
Test script of Monitor can be useless when file name of test code is changed. We can change the script to test correctly even if the file name of test code is changed.
Currently build(test) script in Jenkins is written as below:
Test script of Monitor can be useless when file name of test code is changed. We can change the script to test correctly even if the file name of test code is changed.