Commit 9dc969b5 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Test - Tools - Traffic Changer GUI:

- Correct path for RPC AffectSampleSynthesizer
parent 784213f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ LINK_ID_TO_CONTROLLER = {
    'L14'   : Controller.TFS_AGG,
}

TARGET_URL = 'http://{:s}:{:d}/affect_sample_synthesizer'
TARGET_URL = 'http://{:s}:{:d}/restconf/operations/affect_sample_synthesizer'


LOGGER = logging.getLogger(__name__)