[fuel-library] "fuel_syntax_check.sh -u" gives error
Bug #1378857 reported by
Aleksandr Didenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Aleksandr Didenko |
Bug Description
In order to reproduce run:
export WORKSPACE=`pwd`
cd deployment/
../../
Expected result:
Finished in 1.64 seconds
53 examples, 0 failures
RSpec Test SUCCEEDED: All modules successfully passed RSpec tests
Actual result:
Finished in 1.62 seconds
53 examples, 0 failures
../../.
RSpec Test SUCCEEDED: All modules successfully passed RSpec tests.
Changed in fuel: | |
milestone: | none → 6.0 |
importance: | Undecided → Medium |
Changed in fuel: | |
status: | New → In Progress |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/126841 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=b9176b28edb c48f08c35395476 35502aff4effee
Committed: https:/
Submitter: Jenkins
Branch: master
commit b9176b28edbc48f 08c353954763550 2aff4effee
Author: Aleksandr Didenko <email address hidden>
Date: Wed Oct 8 11:55:47 2014 +0300
Run syntax check for OCF scripts
Make fuel_syntax_ check.sh script run syntax check for any file
found under "files/ocf/" subfolder in all puppet modules.
Also bugfix for "rake spec" testing part of the script.
Change-Id: I83c5bb1366b928 4ff411c3e3e54e3 a27c4049815
Closes-bug: 1376254
Closes-bug: 1378857
DocImpact