Loading src/tests/tools/traffic_changer/app.py +1 −1 Original line number Diff line number Diff line Loading @@ -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__) Loading Loading
src/tests/tools/traffic_changer/app.py +1 −1 Original line number Diff line number Diff line Loading @@ -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__) Loading