Project

General

Profile

Bug #43082

Updated by Nathan Cutler over 4 years ago

When I run <code>./run-make-check.sh</code> from tip of luminous branch in a pristine system, I get the following failed tests: 

 <pre> 
 03:08:24     2/149 Test     #7: run-tox-ceph-disk .......................***Failed      0.40 sec 
 03:08:24 /opt/j/ws/mkck/src/ceph-disk/run-tox.sh: line 33: tox: command not found 
 03:08:24  
 03:08:24     3/149 Test     #8: run-tox-ceph-detect-init ................***Failed      0.40 sec 
 03:08:24 /opt/j/ws/mkck/src/ceph-detect-init/run-tox.sh: line 31: tox: command not found 
 03:08:24  
 </pre> 

 This is because <code>python-tox</code> is not explicitly declared as a dependency in the spec file, like it is in mimic and above.

Back