diff --git a/script/test/TestStreamNotFixed.py b/script/test/TestStreamNotFixed.py index 8e0d8fd..a82d664 100644 --- a/script/test/TestStreamNotFixed.py +++ b/script/test/TestStreamNotFixed.py @@ -1,6 +1,8 @@ import ch.psi.pshell.bs.Provider as Provider - -p=Provider("provider", "tcp://localhost:9999", True) +url="tcp://localhost:9999" +url="tcp://SFTEST-CVME-DBPM1:9001" +url= "tcp://SIN-CVME-DBPM0421:9000" +p=Provider("provider", url, True) p.config.keepListeningOnStop = True p.config.parallelHandlerProcessing = False p.config.byteBufferAllocator = True