Add suites with randomized ip6 profiles
[csit.git] / GPL / traffic_profiles / trex / trex-stl-ethip6-ip6dst1000000.py
@@ -85,8 +85,8 @@ class TrafficStreams(TrafficStreamsBaseClass):
         base_pkt_b = (
             Ether() /
             IPv6(
-              src=self.p2_src_start_ip,
-              dst=self.p2_dst_start_ip
+                src=self.p2_src_start_ip,
+                dst=self.p2_dst_start_ip
             )
         )