Merge pull request #117 from Nidylei/master

add a new ignorable fail info and do some minor fix
This commit is contained in:
lizzha 2016-01-12 00:59:37 -08:00
Родитель c455a28726 34d8cffe44
Коммит 190852d69e
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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>