Hide Forgot
Description of problem: Currently the network test uses NFS for testing file transfers over TCP. It would be better to use HTTP for transfer tests.
Created attachment 480826 [details] network test patch adding HTTP transfer subtest This new subtest is intended to replace the NFS transfer test. The new subtest uses HTTP POST of a mult-part enclosure to upload the test file to the v7 server. The v7 server saves the file in the web-acessable v7 store directory. The network test then downloads the file directly via HTTP GET. The test verifies the contents of the file via MD5 hash comparisons of the sent file, vs. the received file.
Created attachment 480827 [details] http.py defining a HTTP utility class for use in testing
Created attachment 480828 [details] a CGI to support file transfers in the network test
Created attachment 480829 [details] Sample test log for the new subtest
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: An enhancement has been made in v7 1.3 that network test enables to use HTTP for file transfer tetss rahter than NFS.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0497.html