Comment 3 for bug 1625244

Revision history for this message
Alexander Kurenyshev (akurenyshev) wrote :

Not all conditions from Expected result are satisfied:
item 2: all tasks related to the `echo to file` should be moved from tasks.yaml to the deployment_tasks.yaml.
item 3: test passed

Tasks weren't moved to the deployment tasks yaml file and that's why test [1] failed with:
FAIL: Deploy cluster with one controller and example plugin v3
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
    compatability.capture_type_error(s_func)
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
    func()
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
    func(test_case.state.get_state())
  File "/home/jenkins/workspace/9.x.custom.ubuntu.system_test/fuelweb_test/helpers/decorators.py", line 120, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.x.custom.ubuntu.system_test/fuelweb_test/tests/plugins/plugin_example/test_fuel_plugin_example.py", line 200, in deploy_ha_one_controller_neutron_example_v3
    checkers.check_file_exists(slave1['ip'], '/tmp/plugin+100.0.all')
  File "/home/jenkins/workspace/9.x.custom.ubuntu.system_test/core/helpers/log_helpers.py", line 32, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/9.x.custom.ubuntu.system_test/fuelweb_test/helpers/checkers.py", line 242, in check_file_exists
    'Can not find {0}'.format(path))
AssertionError: Can not find /tmp/plugin+100.0.all

[1] https://custom-ci.infra.mirantis.net/view/9.x/job/9.x.custom.ubuntu.system_test/485/console