test_runner/tstrun/testbed.py FIXME: things happening before /home/ubuntu exists
Bug #1302513 reported by
Chris Johnston
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
New
|
Undecided
|
Unassigned |
Bug Description
83 def set_ubuntu_
84 """Install run_test.py in ~ubuntu in the testbed."""
86 host_path = os.path.
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_
92 mode='0755')
To post a comment you must log in.