We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "test_model.py", line 118, in test_repository_create repo_id = inst.repositories_create(repo) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/model/host.py", line 602, in create return self.host_repositories.addRepository(params) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 72, in addRepository return self._pkg_mnger.addRepo(params) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 462, in addRepo raise OperationFailed("GGBREPOS0026E", {'err': e.message}) OperationFailed: GGBREPOS0026E: GGBREPOS0026E
Traceback (most recent call last): File "test_model.py", line 227, in test_repository_disable_enable repo_id = inst.repositories_create(repo) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/model/host.py", line 602, in create return self.host_repositories.addRepository(params) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 72, in addRepository return self._pkg_mnger.addRepo(params) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 462, in addRepo raise OperationFailed("GGBREPOS0026E", {'err': e.message}) OperationFailed: GGBREPOS0026E: GGBREPOS0026E
Traceback (most recent call last): File "test_model.py", line 188, in test_repository_update repo_id = inst.repositories_create(repo) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/model/host.py", line 602, in create return self.host_repositories.addRepository(params) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 72, in addRepository return self._pkg_mnger.addRepo(params) File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 462, in addRepo raise OperationFailed("GGBREPOS0026E", {'err': e.message}) OperationFailed: GGBREPOS0026E: GGBREPOS0026E
Ran 59 tests in 28.718s
FAILED (errors=3, skipped=1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
======================================================================
ERROR: test_repository_create (test_model.ModelTests)
Traceback (most recent call last):
File "test_model.py", line 118, in test_repository_create
repo_id = inst.repositories_create(repo)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/model/host.py", line 602, in create
return self.host_repositories.addRepository(params)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 72, in addRepository
return self._pkg_mnger.addRepo(params)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 462, in addRepo
raise OperationFailed("GGBREPOS0026E", {'err': e.message})
OperationFailed: GGBREPOS0026E: GGBREPOS0026E
======================================================================
ERROR: test_repository_disable_enable (test_model.ModelTests)
Traceback (most recent call last):
File "test_model.py", line 227, in test_repository_disable_enable
repo_id = inst.repositories_create(repo)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/model/host.py", line 602, in create
return self.host_repositories.addRepository(params)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 72, in addRepository
return self._pkg_mnger.addRepo(params)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 462, in addRepo
raise OperationFailed("GGBREPOS0026E", {'err': e.message})
OperationFailed: GGBREPOS0026E: GGBREPOS0026E
======================================================================
ERROR: test_repository_update (test_model.ModelTests)
Traceback (most recent call last):
File "test_model.py", line 188, in test_repository_update
repo_id = inst.repositories_create(repo)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/model/host.py", line 602, in create
return self.host_repositories.addRepository(params)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 72, in addRepository
return self._pkg_mnger.addRepo(params)
File "/home/dev/tarball/wok-2.3.0/src/wok/plugins/gingerbase/repositories.py", line 462, in addRepo
raise OperationFailed("GGBREPOS0026E", {'err': e.message})
OperationFailed: GGBREPOS0026E: GGBREPOS0026E
Ran 59 tests in 28.718s
FAILED (errors=3, skipped=1)
The text was updated successfully, but these errors were encountered: