~hggdh2/autotest/automated-ubuntu-server-tests

« back to all changes in this revision

Viewing changes to client/tests/kvm/ubuntu-isotest-control

  • Committer: C de-Avillez
  • Date: 2010-03-04 19:54:19 UTC
  • Revision ID: hggdh2@ubuntu.com-20100304195419-p3q552bajnbu39vt
there is no make_html_report.py, path adjustments

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#
49
49
# We create the links only if not already exist, so if one already set up the
50
50
# links for client/local run we do not touch the links.
51
 
rootdir='/tmp/kvm_autotest_root'
 
51
#rootdir='/tmp/kvm_autotest_root'
 
52
rootdir='/srv/vBox'
52
53
iso=os.path.join(rootdir, 'iso')
53
 
images=os.path.join(rootdir, 'images')
 
54
images=os.path.join(rootdir, 'img')
54
55
qemu=os.path.join(rootdir, 'qemu')
55
56
qemu_img=os.path.join(rootdir, 'qemu-img')
56
57
 
208
209
    status_dict[dict.get("name")] = current_status
209
210
 
210
211
# create the html report in result dir
211
 
reporter = os.path.join(pwd, 'make_html_report.py')
 
212
reporter = os.path.join(pwd, 'html_report.py')
 
213
#reporter = os.path.join(pwd, 'make_html_report.py')
212
214
html_file = os.path.join(job.resultdir,'results.html')
213
215
os.system('%s -r %s -f %s -R'%(reporter, job.resultdir, html_file))