test_runner/tstrun/testbed.py FIXME: things happening before /home/ubuntu exists

Bug #1302513 reported by Chris Johnston
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu CI Engine
New
Undecided
Unassigned

Bug Description

83 def set_ubuntu_hook(self):
 84 """Install run_test.py in ~ubuntu in the testbed."""
 86 host_path = os.path.join(os.path.dirname(__file__), '..',
 87 'run_test.py')
 88 # FIXME: Investigate why this happens before /home/ubuntu exists in the
 89 # testbed
 90 hook_path = '/tmp/run_test.py'
 91 content = self._hook_content(host_path, 'ubuntu', hook_path,
 92 mode='0755')

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.