Versions Compared

Key

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

...

In the /TestON/bin folder run the cli.py :

Code Block
$ ./cli

Running the test on TestON:

Code Block
teston> run PingallExample

You can execute help command for the to show the list of command in TestON :

Code Block
teston> help

Running the test on TestON:

Code Block
teston> run PingallExample

or simply run your test when you execute cli.py:

...