Skip to content

Commit

Permalink
Add issues to former baldr test specs for future SQA compliance (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Dec 23, 2021
1 parent 97da182 commit c4e7ad1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
input = 'larry-2d-one-spot-scaled-1st-order.i'
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[bottom]
type = RunApp
input = 'grain_growth_2D_bottom.i'
check_input = True
prereq = all
issues = '#5'
[]
[middle]
type = RunApp
input = 'grain_growth_2D_middle.i'
check_input = True
prereq = all
issues = '#5'
[]
[]
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
input = cold-no-surface-tension.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[hot]
type = RunApp
input = hot-no-surface-tension.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[]
7 changes: 7 additions & 0 deletions examples/laser_welding_problems/physics/surface-tension/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,48 @@
input = 2d-one-spot-scaled-2nd-order.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[2d-one-spot-unscaled-2nd-order]
type = RunApp
input = 2d-one-spot-unscaled-2nd-order.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[3d-one-spot-unscaled-1st-order]
type = RunApp
input = 3d-one-spot-unscaled-1st-order.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[3d-scaled-1st-order]
type = RunApp
input = 3d-scaled-1st-order.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[cold-start-twice-around-circle]
type = RunApp
input = cold-start-twice-around-circle.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[gold-2d-one-spot-scaled-1st-order]
type = RunApp
input = gold-2d-one-spot-scaled-1st-order.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[hot-once-around-circle]
type = RunApp
input = hot-once-around-circle.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[]
1 change: 1 addition & 0 deletions examples/laser_welding_problems/profiling/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
input = kc-profiling.i
check_input = True
skip = "from baldr, broken"
issues = '#5'
[]
[]
5 changes: 5 additions & 0 deletions test/tests/laser_welding_jacobian_testing/tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
issues = '#5'
[../]
[./jacobian-2nd-order]
type = PetscJacobianTester
Expand All @@ -15,6 +16,7 @@
run_sim = True
min_parallel = 6
skip = "from baldr, broken"
issues = '#5'
[../]
[./2d-jacobian-2nd-order]
type = PetscJacobianTester
Expand All @@ -23,6 +25,7 @@
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
issues = '#5'
[../]
[./non-uniform-2d-jacobian-1st-order]
type = PetscJacobianTester
Expand All @@ -31,6 +34,7 @@
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
issues = '#5'
[../]
[./non-uniform-2d-jacobian-2nd-order]
type = PetscJacobianTester
Expand All @@ -39,5 +43,6 @@
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
issues = '#5'
[../]
[]
2 changes: 2 additions & 0 deletions test/tests/laser_welding_physics/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
exodiff = 'cold-twice-around-no-surface-tension_exodus.e cold-twice-around-no-surface-tension_exodus.e-s002 cold-twice-around-no-surface-tension_exodus.e-s003'
cli_args = 'Mesh/uniform_refine=0 Executioner/num_steps=3'
skip = "from baldr, broken"
issues = '#5'
[]
[hot]
type = Exodiff
input = 'hot-once-around-no-surface-tension.i'
exodiff = 'hot-once-around-no-surface-tension_exodus.e hot-once-around-no-surface-tension_exodus.e-s002 hot-once-around-no-surface-tension_exodus.e-s003'
cli_args = 'Mesh/uniform_refine=0 Mesh/nx=4 Mesh/ny=4 Mesh/nz=4 Executioner/num_steps=3'
skip = "from baldr, broken"
issues = '#5'
[]
[]

0 comments on commit c4e7ad1

Please sign in to comment.