Project

General

Profile

Actions

VMM chip testing

Location

Software located at :

/daqfs/home/camsonne/vmm_automated_software-master

source root

source root_env.sh

cd vts
bash
source vtsenv/bin/activate
cd python
python vts.py --gui

GUI opens

start server
check board is alive
set VMM number manuall
load test : test directory is ../config/tests

Error at end of tests

05/25/21 15:41:55] [I] vts::VTSServer::tests_finished - ALL TESTS COMPLETED
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in bootstrap_inner
self.run()
File "/usr/lib64/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/daqfs/home/camsonne/vmm_automated_software-master/vts/python/vts_utils/vts_client.py", line 74, in monitor
data = json.loads(data_str)
File "/usr/lib64/python3.6/json/
_init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python3.6/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 1025 (char 1024)

Output will go in specified path

then start to launch the test

Updated by Alexandre Camsonne almost 3 years ago · 4 revisions