Tests
Run the tests
Linux
Go to the CAMEO root directory and execute:
The tests executed will depend on the components build.
Windows
Go to the CAMEO root directory and execute:
The tests executed will depend on the components build.
Run specific tests
Linux setup
Go to the CAMEO root directory, open a shell, run tests/run setup and set the paths as it is done.
Windows setup
Go to the CAMEO root directory, open a shell, run tests\run setup and set the paths as it is done.
Run
Run all the tests with 10 iterations for each individual test:
Start a specific test:
Test an unregistered application
Test the Java unregistered application. Start the server in a specific shell:
Start the application:Then kill the application that should disappear from the list of applications.
Test the C++ unregistered application:
Test the attachment to a remote CAMEO server
Test the app connected to a remote server. Start the server in a specific shell:
Start the first application on the same computer:java -jar java/console/jzmq/target/cameo-console-jzmq-3.0.0-full.jar -p 11000 exec testremoteservercpp
Start the second application on a second computer by passing the endpoint of the first computer: