diff options
| author | [email protected] <[email protected]> | 2024-11-27 19:51:46 +0800 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2024-11-27 19:51:46 +0800 |
| commit | 44852e7bf153232d156a0d931e40b5ac874a0d55 (patch) | |
| tree | c6d2ffecfd97294010abbc4a5831512f4c319957 | |
| parent | 18e33f3320553203c956e89deab63b51a5bf5a2a (diff) | |
| -rw-r--r-- | support/packet_generator/traffic_generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/packet_generator/traffic_generator.py b/support/packet_generator/traffic_generator.py index c11902e7d..ddbe762ad 100644 --- a/support/packet_generator/traffic_generator.py +++ b/support/packet_generator/traffic_generator.py @@ -23,7 +23,7 @@ from datetime import datetime class TrafficGenerator: def run(self, policy_configuration, traffic_generation): self.traffic_generation = traffic_generation - debug = "local" + debug = "traffic" if debug == "local": #traffic_generation["type"]=traffic_generation["tool"] traffic_generation_json_str = json.dumps(traffic_generation) |
