e4ab1f Old network service is not available in CentOS8

Authored and Committed by Pablo Greco 5 years ago
    Old network service is not available in CentOS8
    
        
tests/p_network/networking_enabled_test.sh CHANGED
@@ -3,7 +3,7 @@
3
3
4
4
t_Log "Running $0 - Check if networking is enabled."
5
5
6
- if [ "$centos_ver" = "7" ] ; then
6
+ if [ "$centos_ver" -ge 7 ] ; then
7
7
t_Log "CentOS $centos_ver -> SKIP"
8
8
exit 0
9
9
else