VMM chip testing » History » Version 4
Alexandre Camsonne, 05/25/2021 03:43 PM
| 1 | 1 | Alexandre Camsonne | h1. VMM chip testing |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | h2. Location |
||
| 5 | |||
| 6 | Software located at : |
||
| 7 | |||
| 8 | /daqfs/home/camsonne/vmm_automated_software-master |
||
| 9 | |||
| 10 | source root |
||
| 11 | |||
| 12 | source root_env.sh |
||
| 13 | |||
| 14 | cd vts |
||
| 15 | bash |
||
| 16 | source vtsenv/bin/activate |
||
| 17 | cd python |
||
| 18 | python vts.py --gui |
||
| 19 | 2 | Alexandre Camsonne | |
| 20 | GUI opens |
||
| 21 | |||
| 22 | start server |
||
| 23 | check board is alive |
||
| 24 | set VMM number manuall |
||
| 25 | load test : test directory is ../config/tests |
||
| 26 | |||
| 27 | 4 | Alexandre Camsonne | Error at end of tests |
| 28 | |||
| 29 | |||
| 30 | 05/25/21 15:41:55] [I] vts::VTSServer::tests_finished - ALL TESTS COMPLETED |
||
| 31 | Exception in thread Thread-1: |
||
| 32 | Traceback (most recent call last): |
||
| 33 | File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner |
||
| 34 | self.run() |
||
| 35 | File "/usr/lib64/python3.6/threading.py", line 864, in run |
||
| 36 | self._target(*self._args, **self._kwargs) |
||
| 37 | File "/daqfs/home/camsonne/vmm_automated_software-master/vts/python/vts_utils/vts_client.py", line 74, in monitor |
||
| 38 | data = json.loads(data_str) |
||
| 39 | File "/usr/lib64/python3.6/json/__init__.py", line 354, in loads |
||
| 40 | return _default_decoder.decode(s) |
||
| 41 | File "/usr/lib64/python3.6/json/decoder.py", line 339, in decode |
||
| 42 | obj, end = self.raw_decode(s, idx=_w(s, 0).end()) |
||
| 43 | File "/usr/lib64/python3.6/json/decoder.py", line 355, in raw_decode |
||
| 44 | obj, end = self.scan_once(s, idx) |
||
| 45 | json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 1025 (char 1024) |
||
| 46 | |||
| 47 | |||
| 48 | 3 | Alexandre Camsonne | Output will go in specified path |
| 49 | |||
| 50 | |||
| 51 | |||
| 52 | 2 | Alexandre Camsonne | then start to launch the test |