Changeset 209f4c for tests/GuiChecks/Molecules
- Timestamp:
- Jul 20, 2018, 5:37:39 AM (7 years ago)
- Branches:
- Candidate_v1.6.1
- Children:
- 425516
- Parents:
- 9ac3d3
- git-author:
- Frederik Heber <frederik.heber@…> (07/20/18 05:35:06)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/18 05:37:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/GuiChecks/Molecules/ForceAnnealing/testsuite-molecules-force-annealing.at
r9ac3d3 r209f4c 25 25 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test.forces .], 0) 26 26 AT_CHECK([chmod u+w $file], 0) 27 AT_CHECK([../../molecuilder --dry-run -i $file - -select-all-atoms--force-annealing --forces-file test.forces --steps 1 --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr])27 AT_CHECK([../../molecuilder --dry-run -i $file -I --select-all-atoms --step-world-time 1 --force-annealing --forces-file test.forces --steps 1 --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr]) 28 28 AT_CHECK([grep -v "Command.*DryRun" session-molecules-force-annealing.py >session-molecules-force-annealing_new.py], 0, [ignore], [ignore]) 29 29 AT_CHECK([../../molecuilderguitest session-molecules-force-annealing_new.py], 0, [stdout], [stderr]) … … 33 33 34 34 35 AT_SETUP([Molecules - Force Annealing with Undo]) 35 # here, we have only one step in the trajectories 36 AT_SETUP([Molecules - Force Annealing with Undo I]) 36 37 AT_KEYWORDS([molecules force-annealing undo]) 37 38 … … 40 41 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test.forces .], 0) 41 42 AT_CHECK([chmod u+w $file], 0) 42 AT_CHECK([../../molecuilder --dry-run -i $file --select-all-atoms -- force-annealing --forces-file test.forces --steps 1 --undo --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr])43 AT_CHECK([../../molecuilder --dry-run -i $file --select-all-atoms --step-world-time 1 --force-annealing --forces-file test.forces --steps 1 --undo --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr]) 43 44 AT_CHECK([grep -v "Command.*DryRun" session-molecules-force-annealing.py >session-molecules-force-annealing_new.py], 0, [ignore], [ignore]) 44 45 AT_CHECK([../../molecuilderguitest session-molecules-force-annealing_new.py], 0, [stdout], [stderr]) 45 46 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/post/test-undo.conf], 0, [ignore], [ignore]) 47 48 AT_CLEANUP 49 50 51 # here two steps are present already 52 AT_SETUP([Molecules - Force Annealing with Undo II]) 53 AT_KEYWORDS([molecules force-annealing undo]) 54 55 file=test2.conf 56 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test2.conf $file], 0) 57 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test.forces .], 0) 58 AT_CHECK([chmod u+w $file], 0) 59 AT_CHECK([../../molecuilder --dry-run -i $file --select-all-atoms --set-world-time 1 --force-annealing --forces-file test.forces --steps 1 --undo --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr]) 60 AT_CHECK([grep -v "Command.*DryRun" session-molecules-force-annealing.py >session-molecules-force-annealing_new.py], 0, [ignore], [ignore]) 61 AT_CHECK([../../molecuilderguitest session-molecules-force-annealing_new.py], 0, [stdout], [stderr]) 62 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/post/test-undo2.conf], 0, [ignore], [ignore]) 46 63 47 64 AT_CLEANUP … … 55 72 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/ForceAnnealing/pre/test.forces .], 0) 56 73 AT_CHECK([chmod u+w $file], 0) 57 AT_CHECK([../../molecuilder --dry-run -i $file --select-all-atoms -- force-annealing --forces-file test.forces --steps 1 --undo --redo --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr])74 AT_CHECK([../../molecuilder --dry-run -i $file --select-all-atoms --step-world-time 1 --force-annealing --forces-file test.forces --steps 1 --undo --redo --no-dry-run --store-session session-molecules-force-annealing.py --session-type python], 0, [stdout], [stderr]) 58 75 AT_CHECK([grep -v "Command.*DryRun" session-molecules-force-annealing.py >session-molecules-force-annealing_new.py], 0, [ignore], [ignore]) 59 76 AT_CHECK([../../molecuilderguitest session-molecules-force-annealing_new.py], 0, [stdout], [stderr])
Note:
See TracChangeset
for help on using the changeset viewer.