~heber013/auto-upgrade-testing/adding-keep-overlay-option

« back to all changes in this revision

Viewing changes to upgrade_testing/preparation/_testbed.py

  • Committer: Jean-Baptiste Lallement
  • Date: 2017-05-23 11:45:35 UTC
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20170523114535-jh60m7hh51ldeg9y
moved storage from /tmp (which gets clear on reboot) to /var/tmp/

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
def get_testbed_storage_location():
21
21
    # Any changes to this location will need to be updated in the autopkgtest
22
22
    # script (TMP_LOCATION var).
23
 
    return '/tmp/ubuntu-upgrade-testing'
 
23
    return '/var/tmp/ubuntu-upgrade-testing'