Susant Sahani
151d610ce0
Add integration tests to iperf3
...
Justification
Adds tests according to the CI wiki specifically the standard test interface in the spec.
The playbook includes Tier1 level test cases that have been tested in the following contexts and
is passing reliably: Classic. Test logs are stored in the artifacts directory.
The following steps are used to execute the tests using the standard test interface:
Test enveronment
Make sure you have installed packages from the spec
```
ansible-2.4.1.0-2.fc27.noarch
python2-dnf-2.7.5-1.fc27.noarch
libselinux-python-2.7-2.fc27.x86_64
standard-test-roles-2.5-1.fc27.noarch
Run tests for Classic
Snip of the example test run for Classic tests:
```
```
posix on
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: TEST PROTOCOL
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Package : iperf3
Installed : iperf3-3.5-1.fc29.x86_64
beakerlib RPM : beakerlib-1.17-13.fc29.noarch
Test started : 2018-04-30 12:21:09 UTC
Test finished :
Test duration :
Test name : miscellaneous-tests
Distro : Fedora release 29 (Rawhide)
Hostname : localhost
Architecture : x86_64
CPUs : 1 x Westmere E56xx/L56xx/X56xx (Nehalem-C)
RAM size : 5938 MB
HDD size : 39.12 GB
:: [ 12:21:09 ] :: [ WARNING ] :: POSIX mode detected and switched off
:: [ 12:21:09 ] :: [ WARNING ] :: POSIX mode detected and switched off
:: [ 12:21:09 ] :: [ WARNING ] :: Please fix your test to have /bin/bash shebang
:: [ 12:21:09 ] :: [ WARNING ] :: Please fix your test to have /bin/bash shebang
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Setup
:: Setup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ PASS ] :: Checking for the presence of iperf3 rpm
:: [ 12:21:09 ] :: [ PASS ] :: Checking for the presence of iperf3 rpm
:: [ 12:21:09 ] :: [ LOG ] :: Package versions:
:: [ 12:21:09 ] :: [ LOG ] :: Package versions:
:: [ 12:21:09 ] :: [ LOG ] :: iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ LOG ] :: iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ BEGIN ] :: Running 'cp iperf3-test.py /usr/bin/'
:: [ 12:21:09 ] :: [ PASS ] :: Command 'cp iperf3-test.py /usr/bin/' (Expected 0, got 0)
:: [ 12:21:09 ] :: [ PASS ] :: Command 'cp iperf3-test.py /usr/bin/' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Duration: 0s
:: Assertions: 2 good, 0 bad
:: Assertions: 2 good, 0 bad
:: RESULT: PASS
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Test
:: Test
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:21:09 ] :: [ LOG ] :: iperf3 tests
:: [ 12:21:09 ] :: [ LOG ] :: iperf3 tests
:: [ 12:21:09 ] :: [ BEGIN ] :: Running '/usr/bin/python3 /usr/bin/iperf3-test.py'
test_basic_tcp_client_default_port_5201 (__main__.Iperf3SanityTests) ... ok
test_basic_udp_client_default_port_5201 (__main__.Iperf3SanityTests) ... ok
test_server_daemon_pid_equal_to_pid_file (__main__.Iperf3SanityTests) ... ok
test_server_log_file_exists (__main__.Iperf3SanityTests) ... ok
test_server_pid_file_exists (__main__.Iperf3SanityTests) ... ok
test_tcp_client_custom_port_5202 (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_custom_client_port (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_dscp (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_get_server_output (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_mss (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_parallel (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_reverse (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_time_15sec (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_title (__main__.Iperf3Tests) ... ok
test_tcp_client_port_5202_ipv6 (__main__.Iperf3Tests) ... ok
test_udp_client_custom_port_5202 (__main__.Iperf3Tests) ... ok
test_udp_client_port_5202_ipv6 (__main__.Iperf3Tests) ... ok
test_tcp_client_bind_to_interface_default_port (__main__.Iperf3TestsBindToInterface) ... ok
----------------------------------------------------------------------
Ran 18 tests in 266.543s
OK
:: [ 12:25:36 ] :: [ PASS ] :: Command '/usr/bin/python3 /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ PASS ] :: Command '/usr/bin/python3 /usr/bin/iperf3-test.py' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 267s
:: Duration: 267s
:: Assertions: 1 good, 0 bad
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Cleanup
:: Cleanup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:25:36 ] :: [ BEGIN ] :: Running 'rm /usr/bin/iperf3-test.py'
:: [ 12:25:36 ] :: [ PASS ] :: Command 'rm /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ PASS ] :: Command 'rm /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ LOG ] :: iperf3 tests done
:: [ 12:25:36 ] :: [ LOG ] :: iperf3 tests done
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Duration: 0s
:: Assertions: 1 good, 0 bad
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: TEST PROTOCOL
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Package : iperf3
Installed : iperf3-3.5-1.fc29.x86_64
beakerlib RPM : beakerlib-1.17-13.fc29.noarch
Test started : 2018-04-30 12:21:09 UTC
Test finished : 2018-04-30 12:25:36 UTC (still running)
Test duration : 267 seconds
Test name : miscellaneous-tests
Distro : Fedora release 29 (Rawhide)
Hostname : localhost
Architecture : x86_64
CPUs : 1 x Westmere E56xx/L56xx/X56xx (Nehalem-C)
RAM size : 5938 MB
HDD size : 39.12 GB
:: [ 12:21:09 ] :: [ WARNING ] :: POSIX mode detected and switched off
:: [ 12:21:09 ] :: [ WARNING ] :: Please fix your test to have /bin/bash shebang
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Setup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:21:09 ] :: [ PASS ] :: Checking for the presence of iperf3 rpm
:: [ 12:21:09 ] :: [ LOG ] :: Package versions:
:: [ 12:21:09 ] :: [ LOG ] :: iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ PASS ] :: Command 'cp iperf3-test.py /usr/bin/' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Assertions: 2 good, 0 bad
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Test
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:21:09 ] :: [ LOG ] :: iperf3 tests
:: [ 12:25:36 ] :: [ PASS ] :: Command '/usr/bin/python3 /usr/bin/iperf3-test.py' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 267s
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Cleanup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:25:36 ] :: [ PASS ] :: Command 'rm /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ LOG ] :: iperf3 tests done
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: miscellaneous-tests
:: miscellaneous-tests
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/beakerlib-oMWxgE1/journal.xml
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/beakerlib-oMWxgE1/journal.xml
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/beakerlib-oMWxgE1/journal.txt
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/beakerlib-oMWxgE1/journal.txt
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 267s
:: Duration: 267s
:: Phases: 3 good, 0 bad
:: Phases: 3 good, 0 bad
:: OVERALL RESULT: PASS
:: OVERALL RESULT: PASS
posix on
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: TEST PROTOCOL
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Package : iperf3
Installed : iperf3-3.5-1.fc29.x86_64
beakerlib RPM : beakerlib-1.17-13.fc29.noarch
Test started : 2018-04-30 12:21:09 UTC
Test finished :
Test duration :
Test name : miscellaneous-tests
Distro : Fedora release 29 (Rawhide)
Hostname : localhost
Architecture : x86_64
CPUs : 1 x Westmere E56xx/L56xx/X56xx (Nehalem-C)
RAM size : 5938 MB
HDD size : 39.12 GB
:: [ 12:21:09 ] :: [ WARNING ] :: POSIX mode detected and switched off
:: [ 12:21:09 ] :: [ WARNING ] :: POSIX mode detected and switched off
:: [ 12:21:09 ] :: [ WARNING ] :: Please fix your test to have /bin/bash shebang
:: [ 12:21:09 ] :: [ WARNING ] :: Please fix your test to have /bin/bash shebang
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Setup
:: Setup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ PASS ] :: Checking for the presence of iperf3 rpm
:: [ 12:21:09 ] :: [ PASS ] :: Checking for the presence of iperf3 rpm
:: [ 12:21:09 ] :: [ LOG ] :: Package versions:
:: [ 12:21:09 ] :: [ LOG ] :: Package versions:
:: [ 12:21:09 ] :: [ LOG ] :: iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ LOG ] :: iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ BEGIN ] :: Running 'cp iperf3-test.py /usr/bin/'
:: [ 12:21:09 ] :: [ PASS ] :: Command 'cp iperf3-test.py /usr/bin/' (Expected 0, got 0)
:: [ 12:21:09 ] :: [ PASS ] :: Command 'cp iperf3-test.py /usr/bin/' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Duration: 0s
:: Assertions: 2 good, 0 bad
:: Assertions: 2 good, 0 bad
:: RESULT: PASS
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Test
:: Test
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:21:09 ] :: [ LOG ] :: iperf3 tests
:: [ 12:21:09 ] :: [ LOG ] :: iperf3 tests
:: [ 12:21:09 ] :: [ BEGIN ] :: Running '/usr/bin/python3 /usr/bin/iperf3-test.py'
test_basic_tcp_client_default_port_5201 (__main__.Iperf3SanityTests) ... ok
test_basic_udp_client_default_port_5201 (__main__.Iperf3SanityTests) ... ok
test_server_daemon_pid_equal_to_pid_file (__main__.Iperf3SanityTests) ... ok
test_server_log_file_exists (__main__.Iperf3SanityTests) ... ok
test_server_pid_file_exists (__main__.Iperf3SanityTests) ... ok
test_tcp_client_custom_port_5202 (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_custom_client_port (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_dscp (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_get_server_output (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_mss (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_parallel (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_reverse (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_time_15sec (__main__.Iperf3Tests) ... ok
test_tcp_client_custom_port_5202_title (__main__.Iperf3Tests) ... ok
test_tcp_client_port_5202_ipv6 (__main__.Iperf3Tests) ... ok
test_udp_client_custom_port_5202 (__main__.Iperf3Tests) ... ok
test_udp_client_port_5202_ipv6 (__main__.Iperf3Tests) ... ok
test_tcp_client_bind_to_interface_default_port (__main__.Iperf3TestsBindToInterface) ... ok
----------------------------------------------------------------------
Ran 18 tests in 266.543s
OK
:: [ 12:25:36 ] :: [ PASS ] :: Command '/usr/bin/python3 /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ PASS ] :: Command '/usr/bin/python3 /usr/bin/iperf3-test.py' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 267s
:: Duration: 267s
:: Assertions: 1 good, 0 bad
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Cleanup
:: Cleanup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:25:36 ] :: [ BEGIN ] :: Running 'rm /usr/bin/iperf3-test.py'
:: [ 12:25:36 ] :: [ PASS ] :: Command 'rm /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ PASS ] :: Command 'rm /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ LOG ] :: iperf3 tests done
:: [ 12:25:36 ] :: [ LOG ] :: iperf3 tests done
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Duration: 0s
:: Assertions: 1 good, 0 bad
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: TEST PROTOCOL
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Package : iperf3
Installed : iperf3-3.5-1.fc29.x86_64
beakerlib RPM : beakerlib-1.17-13.fc29.noarch
Test started : 2018-04-30 12:21:09 UTC
Test finished : 2018-04-30 12:25:36 UTC (still running)
Test duration : 267 seconds
Test name : miscellaneous-tests
Distro : Fedora release 29 (Rawhide)
Hostname : localhost
Architecture : x86_64
CPUs : 1 x Westmere E56xx/L56xx/X56xx (Nehalem-C)
RAM size : 5938 MB
HDD size : 39.12 GB
:: [ 12:21:09 ] :: [ WARNING ] :: POSIX mode detected and switched off
:: [ 12:21:09 ] :: [ WARNING ] :: Please fix your test to have /bin/bash shebang
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Setup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:21:09 ] :: [ PASS ] :: Checking for the presence of iperf3 rpm
:: [ 12:21:09 ] :: [ LOG ] :: Package versions:
:: [ 12:21:09 ] :: [ LOG ] :: iperf3-3.5-1.fc29.x86_64
:: [ 12:21:09 ] :: [ PASS ] :: Command 'cp iperf3-test.py /usr/bin/' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Assertions: 2 good, 0 bad
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Test
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:21:09 ] :: [ LOG ] :: iperf3 tests
:: [ 12:25:36 ] :: [ PASS ] :: Command '/usr/bin/python3 /usr/bin/iperf3-test.py' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 267s
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Cleanup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:25:36 ] :: [ PASS ] :: Command 'rm /usr/bin/iperf3-test.py' (Expected 0, got 0)
:: [ 12:25:36 ] :: [ LOG ] :: iperf3 tests done
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 0s
:: Assertions: 1 good, 0 bad
:: RESULT: PASS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: miscellaneous-tests
:: miscellaneous-tests
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/beakerlib-oMWxgE1/journal.xml
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/beakerlib-oMWxgE1/journal.xml
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/beakerlib-oMWxgE1/journal.txt
:: [ 12:25:36 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/beakerlib-oMWxgE1/journal.txt
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Duration: 267s
:: Duration: 267s
:: Phases: 3 good, 0 bad
:: Phases: 3 good, 0 bad
:: OVERALL RESULT: PASS
:: OVERALL RESULT: PASS
```
Tested by : Bruno Goncalves <bgoncalv@redhat.com>
2018-04-30 19:04:07 +05:30
Kevin Fenzi
7b371cc0f0
Update to 3.5. Fixes bug #1551166
2018-03-03 15:01:15 -08:00
Kevin Fenzi
e059ebd022
Upgrade to 3.4. Fixes bug #1545468
2018-02-16 18:14:31 -08:00
Igor Gnatenko
497c968cbc
Remove %clean section
...
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:08:49 +01:00
Igor Gnatenko
a7966a1c01
Remove BuildRoot definition
...
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-13 23:32:57 +01:00
Fedora Release Engineering
5afdbaa725
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 17:35:29 +00:00
Kevin Fenzi
f4d07a2b14
Update to 3.3. Fixes bug #1508669
2017-11-04 11:35:08 -07:00
Fedora Release Engineering
c25a3922dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-02 23:50:10 +00:00
Fedora Release Engineering
8cba9c742f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-26 13:38:52 +00:00
Kevin Fenzi
dc6db479e5
Update to 3.2. Fixes bug #1465195
2017-06-28 08:40:30 -06:00
Kevin Fenzi
a9077dad91
Update to 3.1.7. Fixes bug #1429901
2017-03-08 08:09:31 -07:00
Fedora Release Engineering
360a7b2aca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-10 16:30:59 +00:00
Kevin Fenzi
2d136ab50e
Update to 3.1.6. Fixes bug #1418879
2017-02-03 18:19:21 -07:00
Kevin Fenzi
aa0a27968a
Update to 3.1.5. Fixes bug #1412848
2017-01-13 14:47:14 -07:00
Kevin Fenzi
bb08dccd15
Update to 3.1.4. Fixes bug #1390396
2016-11-05 11:09:59 -06:00
Kevin Fenzi
79583f6094
Update to 3.1.3
2016-06-08 14:21:04 -06:00
Dennis Gilmore
f3a83f13fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 00:36:30 +00:00
36d2e1b7e4
Update to 3.1b3
2015-10-09 14:19:53 +05:30
Dennis Gilmore
a8874324e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-17 11:30:34 +00:00
Susant Sahani
142ce68878
Update to 3.0.11
2015-05-04 11:32:53 +05:30
Susant Sahani
f58d8cccd8
Update to 3.0.10
2014-12-20 04:11:36 +05:30
Peter Robinson
a6b509fd41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-16 21:43:40 +00:00
Susant Sahani
657906b3d5
Update to 3.0.6
2014-07-30 00:58:10 +05:30
Susant Sahani
e409c58845
Update to 3.0.5
2014-06-19 09:59:15 +05:30
Susant Sahani
76942ba5ff
Update to 3.0.5
2014-06-19 09:52:43 +05:30
Susant Sahani
c0885cc1cb
fix compilation BZ #1106803
2014-06-11 10:15:12 +05:30
Dennis Gilmore
b754668c56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 17:35:37 -05:00
François Cami
490c5ad68d
- Drop static library support ( #1081486 ).
...
- iperf3-devel subpackage must require iperf3.
- iperf3-devel should only contain the unversioned shared library.
- Call ldconfig since we are installing a shared library now.
- Remove INSTALL file.
2014-04-02 23:10:46 +02:00
Susant Sahani
b140845a42
Moved static library to devel section only .
2014-04-02 13:00:37 +05:30
Susant Sahani
0ab38aa4fd
Update to 3.0.3 and added devel rpm support
2014-03-31 21:50:31 +05:30
Susant Sahani
4e569c4433
Update to 3.0.2
2014-03-11 14:20:01 +05:30
Susant Sahani
84af600146
Update to 3.0.1
2014-01-16 23:34:42 +05:30
Steven Roberts
f4a71f4c9c
Update to upstream 3.0
2013-10-26 00:34:39 -07:00
Dennis Gilmore
91f8ffa922
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-03 14:49:51 -05:00
Kevin Fenzi
6838a9505c
Update to 3.0b5
2013-05-04 13:17:29 -06:00
Dennis Gilmore
6c3708ffe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-02-13 20:12:00 -06:00
Dennis Gilmore
e32cfef961
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-19 10:00:47 -05:00
Dennis Gilmore
33f0892cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2012-01-12 23:57:25 -06:00
G.Balaji
85e0806329
Initial Import ( #691096 ).
2011-04-26 07:55:34 +05:30
Fedora Release Engineering
5eb7397421
Initial setup of the repo
2011-04-24 14:43:57 +00:00