Distribution files of oneprovider packages and dockers
Build: #2585 failed
Job: Test provider packages failed
oneprovider installation[focal]: Test case result
The below summarizes the result of the test " oneprovider installation[focal]" in build 2,585 of Onedata Products - Oneprovider packages - Test provider packages.
- Description
- oneprovider installation[focal]
- Test class
- packaging.deb.deb_install_test
- Method
- test_oneprovider_installation[focal]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
assert 0 == 1 oneprovider = <tests.packaging.deb.deb_install_test.Distribution object at 0x7fa1f76548e0> def test_oneprovider_installation(oneprovider): result = docker.exec_(oneprovider.container, interactive=True, tty=True, command='python3 /root/data/install_oneprovider.py {}' .format(oneprovider.name)) config_file = tests.utils.path_utils.config_file('config.yml') tests.packaging.oneprovider_common.reset_token_in_config(config_file) > assert 0 == result E assert 0 == 1 tests/packaging/deb/deb_install_test.py:123: AssertionError