Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The test is to fulfill by Jenkins Job.  The test script includes:

  • Compile Tars CodeInstall the Tars Frameworkthe Tars Framework
cd /usr/local/robert/testCompileCode
git clone -b arm https://github.com/qiuxin/Tars.git
cd /usr/local/robert/testCompileCode/Tars
git submodule update --init --recursive
cd /usr/local/robert/testCompileCode/Tars/framework/build
chmod u+x build.sh./build.sh all
rm -rf /usr/local/robert/testCompileCode/Tars
  • Call the service deployed by Tars Framework
/usr/local/testClient/CVAppClient

The log is triggered periodically.

...