Pabot executes all tests even only few tests are defined in ordering file

Hi,

First thing is that the argument is --processes and not --process. It should solve you starting issue.

Then about the suites ordering file, you have to take care of the file content, especially:

  • Suites case naming
  • Suites structure in the file depending of where you run your pabot/robot command

See this topic, and the related one mentioned in it:

If the file is not set properly and read, all tests will be executed as you encounter.

Regards
Charlie