Skip to content

Commit

Permalink
110_HOMF_-ProcHom.py: Must re-home after test
Browse files Browse the repository at this point in the history
After testing all different homing procedures, we need
to re-home with the original homing procedure.
Otherwise the axis is not calibrated, and following
tests fail.
  • Loading branch information
tboegi committed Nov 8, 2016
1 parent 54486a6 commit b28fd08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions epics/test_nose/110_HOMF_-ProcHom.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,10 @@ def test_TC_11161(self):
# print '%s Home ' % tc_no
# homeTheMotor(self, self.m1, tc_no, 6, -1)

# Need to home with the original homing procedure
def test_TC_11191(self):
old_ProcHom = self.pv_ProcHom.get(use_monitor=False)
tc_no = "TC-11191"
print '%s Home ' % tc_no
homeTheMotor(self, self.m1, tc_no, old_ProcHom, 0)

0 comments on commit b28fd08

Please sign in to comment.