Merge pull request #117 from Nidylei/master
add a new ignorable fail info and do some minor fix
This commit is contained in:
Коммит
190852d69e
|
@ -240,7 +240,7 @@ if distro == "SUSE":
|
|||
Update_repo_enable_refresh = Run("zypper lr | grep -vi debug | grep -vi non | grep Update | grep -o Yes | wc -l | tr -d '\n'")
|
||||
if int(Oss_repo_count) > 0 and int(Update_repo_count) > 0:
|
||||
RunLog.info("All expected repositories are present")
|
||||
if int(Oss_repo_enable_refresh) == 2 and int(Update_repo_enable_refresh) == 2:
|
||||
if int(Oss_repo_enable_refresh) >= 2 and int(Update_repo_enable_refresh) >= 2:
|
||||
RunLog.info("All expected repositories are enabled and refreshed")
|
||||
print(distro+"_TEST_REPOSITORIES_AVAILABLE")
|
||||
else:
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<keywords>startpar-bridge</keywords>
|
||||
<keywords>Failed to spawn</keywords>
|
||||
<keywords>display-manager.service</keywords>
|
||||
<keywords>ACPI PCC probe failed</keywords>
|
||||
</failures>
|
||||
<errors>
|
||||
<keywords>end_request: I/O error, dev fd0, sector 0</keywords>
|
||||
|
|
Загрузка…
Ссылка в новой задаче