Versions Compared

Key

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

...

Code Block
ubuntu@jumpserver:~$ python3sh validation/bluval/blucon.py <blueprint_name>sh [-l <LAYER>] [-o] [-ln <layer>host] <Bluprint Name>


Getting the results

The results are stored inside the container in the /opt/akraino/results folder. If a volume was mounted to this folder (e.g. /home/ubuntu/results) then they can be viewed from the host where the test was ran. The results can be viewed with a browser, using the report.html file that the robot framework provides.

...