Revert "fix(jobspec): Delete ipsec nfv density tests"
[csit.git] / resources / libraries / python / Iperf3.py
index 12d0633..a881ec9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -34,11 +34,9 @@ class Iperf3:
         self._c_affinity = None
 
     @staticmethod
-    def get_iperf_type(node):
+    def get_iperf_type():
         """Log and return the installed traffic generator type.
 
-        :param node: Node from topology file.
-        :type node: dict
         :returns: Traffic generator type string.
         :rtype: str
         """