Skip to content
Snippets Groups Projects
Commit 2de62877 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

[ Issue #56 ] - Update README file, info for running the test

parent e3743108
No related branches found
No related tags found
No related merge requests found
...@@ -96,3 +96,15 @@ SSH into the CLMC server ...@@ -96,3 +96,15 @@ SSH into the CLMC server
Run a python script to generate the test data sets Run a python script to generate the test data sets
`python3 /vagrant/test/streaming-sim/StreamingSim.py` `python3 /vagrant/test/streaming-sim/StreamingSim.py`
Test the generated data set by executing the following command
`pytest -s /vagrant/test/streaming-sim/VerifySimResults.py`
The `-s` option in the command is used to output prints used in the test code and is, therefore, optional.
If pytest is not installed, an easy solution is to use the Python Package Index (PyPI)
`sudo apt-get install python3-pip`
`pip3 install pytest`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment