ceph / ceph/s3-tests

Why are there no output results ?

Open
#431 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
372
Forks
328
PR merge metrics
No merged PRs in 30d

Description

OK is normally printed. The test results are saved in HTML format. But,when a test result fails, there is no output.

This is the command line I wrote and the result:

1.normally,
[root@node1 s3-tests]# S3TEST_CONF=test.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_ranged_request_response_code --with-html --html-report=/var/www/html/index.html --html-report-template=virtualenv/lib/python2.7/site-packages/nose_html_reporting/templates/report2.jinja2 -v
s3tests.functional.test_s3.test_ranged_request_response_code ... ok

----------------------------------------------------------------------
HTML: /var/www/html/index.html
----------------------------------------------------------------------
Ran 1 test in 0.916s

OK

2.An error condition
[root@node1 s3-tests]# S3TEST_CONF=test.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_versioning_obj_suspend_versions --with-html --html-report=/var/www/html/index.html --html-report-template=virtualenv/lib/python2.7/site-packages/nose_html_reporting/templates/report2.jinja2 -v
s3tests.functional.test_s3.test_versioning_obj_suspend_versions ... FAIL
[root@node1 s3-tests]#

Why are there no output results ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.