Skip to content

Commit

Permalink
Remove unnecessary EL references. #1385
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jan 11, 2024
1 parent cdd4351 commit e45db4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pscheduler-tool-iperf3/iperf3/iperf3_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ def rename_json(obj):

if __name__ == "__main__":

# The use of xx in the system_info strings below is to keep from
# mentioning Enterprise Linux, which we search for when phasing
# out old distros.

# Test "regular" output
test_output = """
{
Expand All @@ -141,7 +145,7 @@ def rename_json(obj):
"remote_port": 5201
}],
"version": "iperf 3.1.3",
"system_info": "Linux ps-test1 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64",
"system_info": "Linux ps-test1 2.6.32-642.3.1.xx6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64",
"timestamp": {
"time": "Tue, 16 Aug 2016 03:39:47 GMT",
"timesecs": 1471318787
Expand Down Expand Up @@ -451,7 +455,7 @@ def rename_json(obj):
"remote_port": 5201
}],
"version": "iperf 3.1.3",
"system_info": "Linux ps-test1 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64",
"system_info": "Linux ps-test1 2.6.32-642.3.1.xx6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64",
"timestamp": {
"time": "Tue, 16 Aug 2016 04:48:35 GMT",
"timesecs": 1471322915
Expand Down

0 comments on commit e45db4e

Please sign in to comment.