Skip to content
Snippets Groups Projects
Commit a6e6b546 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-451: Integration-test CI fix: make sure the sdptr simulator cannot access...

L2SS-451: Integration-test CI fix: make sure the sdptr simulator cannot access the SDP hardware in any of our runners by pointing the simulator to 127.0.x.x.
parent f462c765
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,7 @@ RUN cd /sdptr && \
./configure && \
bash -c "make -j `nproc` install"
COPY simulator.conf /sdptr/src/simulator.conf
WORKDIR /sdptr/src
CMD ["sdptr", "--type=LTS", "--configfile=uniboard.conf", "--nodaemon"]
CMD ["sdptr", "--type=simulator", "--configfile=simulator.conf", "--nodaemon"]
# sdptr.conf
# configuration file for the SDP Translator.
#
# this config file holds settings for all [type].
#
# # settings per type
# [LB_CORE] # [ant_band_station_type]
# n_fpgas = 16 # 8 or 16
# first_pfga_nr = 0 # 0 for LB or 16 for HB
# ip_prefix = 10.99. # first part of ip (last part is hardware dependent)
# n_beamsets = 1 # 1 for 'LB', 'HB Remote' and 'HB International' and 2 for 'HB Core'
[simulator]
n_fpgas = 16
first_fpga_nr = 0
ip_prefix = 127.0.
n_beamsets = 1
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