Fake nailgun fails to upload offloading type of the interfaces
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Arthur Svechnikov | ||
Newton |
Fix Committed
|
High
|
Arthur Svechnikov |
Bug Description
Steps:
workon fuel
Populate the database from fixtures:
cd nailgun
./manage.py syncdb
./manage.py loaddefault # It loads all basic fixtures listed in settings.yaml
./manage.py loaddata nailgun/
Start application in “fake” mode, when no real calls to orchestrator are performed:
python manage.py run -p 8000 --fake-tasks | egrep --line-buffered -v '^$|HTTP' >> /var/log/
Run dev server:
gulp dev-server --dev-server-
In the sample_
This also affect fuel-ui functional tests
Fix proposed to branch: master /review. openstack. org/336589
Review: https:/