Пример #1
0
 def test_05_check_custom_repo():
     '''Check if the custom repo was actually created'''
     RHUIManagerCLI.repo_list(CONNECTION, CUSTOM_REPO_NAME, CUSTOM_REPO_NAME)
Пример #2
0
 def test_14_repo_list(self):
     '''Check the added repos'''
     RHUIManagerCLI.repo_list(CONNECTION, self.yum_repo_id_1, self.yum_repo_name_1)
     RHUIManagerCLI.repo_list(CONNECTION, self.yum_repo_id_2, self.yum_repo_name_2)