diff --git a/tests/bootstrap/test_install.py b/tests/bootstrap/test_install.py index ed567cb..ff94882 100644 --- a/tests/bootstrap/test_install.py +++ b/tests/bootstrap/test_install.py @@ -304,7 +304,7 @@ class InstallationTestCase(BootstrapTestCase): rc, out, err = self.run_script( args=args, timeout=15 * 60, stream_stds=True ) - if GRAINS['os_family'] != 'RedHat': + if GRAINS['os_family'] == 'RedHat': self.assert_script_result( 'Failed to install testing', 0, (rc, out, err)