Skip to content

Commit

Permalink
iperf3 inheritance iperf2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper0199 committed Aug 16, 2023
1 parent 12cb7cb commit b6d40dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion moler/cmd/unix/iperf3.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@


import re
from moler.cmd.unix.genericunix import GenericUnixCommand
from moler.publisher import Publisher
from moler.cmd.unix.iperf2 import Iperf2
from moler.util.converterhelper import ConverterHelper
from moler.exceptions import CommandFailure
from moler.exceptions import ParsingDone


class Iperf3(Iperf2):
class Iperf3(Iperf2, GenericUnixCommand, Publisher):
"""
Run iperf3 command, return its statistics and report.
Expand Down

0 comments on commit b6d40dd

Please sign in to comment.