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

bug 1303: added missing port number to station cs001

parent 748059e7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ CS001_hba2 = [Station('CS001HBA_HBA2', '10.170.0.17', ['10.170.0.17:4348'])]
CS001_hba3 = [Station('CS001HBA_HBA3', '10.170.0.18', ['10.170.0.18:4349'])]
CS001_hba = CS001_hba0 + CS001_hba1 + CS001_hba2 + CS001_hba3
CS001 = [Station('CS001', '10.170.0.1', ['10.170.0.1', '10.170.0.1:4347', '10.170.0.1:4348', '10.170.0.1:4349'])]
CS001 = [Station('CS001', '10.170.0.1', ['10.170.0.1:4346', '10.170.0.1:4347', '10.170.0.1:4348', '10.170.0.1:4349'])]
CS010_lba0 = [Station('CS010LBA_LBA0', '10.170.0.5', ['10.170.0.5:4346'])]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment