Skip to content
New issue

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

Non-sudo make check fails on Ubuntu 16.10 #167

Open
lcorreia opened this issue Mar 16, 2017 · 0 comments
Open

Non-sudo make check fails on Ubuntu 16.10 #167

lcorreia opened this issue Mar 16, 2017 · 0 comments

Comments

@lcorreia
Copy link
Member

======================================================================
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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant