Skip to main content

Run Sample Test Scripts

ioBuster Coordinator comes with sample test scrips and libraries and they can be handy as references when users are not familiar with writing a new script yet.

Getting the Sample Test Scripts

  1. Start ioBuster Coordinator from your terminal application using iobc run.
  2. Run config sample-scripts from the IO Buster Coordinator shell to install sample scripts.
  3. Once the command completes successfully, a new directory sample_tests will be created under the directory where you started ioBuster Coordinator.

Running a Sample Script

  1. Start ioBuster Coordinator from your terminal application using iobc run.
  2. Run port list to display available test ports.
  3. Run test run <port name> sample_tests/performance.js, where <port name> is from the displayed list of ports by port list command.