Skip to content

Commit

Permalink
expand tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Oct 27, 2023
1 parent 30aaa1a commit e118e11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_fixpathvsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ origpaths=(
/vscmnt/brussel_pixiu_apps/_apps_brussel/CO7/skylake
/fake/user/brussel/100/vsc10009
/fake/vscmnt/brussel_pixiu_home/_user_brussel/100/vsc10009
/rhea/scratch/brussel/100/vsc10009
)

expectedpaths=(
Expand All @@ -85,6 +86,7 @@ expectedpaths=(
/vscmnt/brussel_pixiu_apps/_apps_brussel/CO7/skylake
/fake/user/brussel/100/vsc10009
/fake/vscmnt/brussel_pixiu_home/_user_brussel/100/vsc10009
'$VSC_SCRATCH'
)

run_tests
Expand Down Expand Up @@ -113,6 +115,7 @@ origpaths=(
/vscmnt/brussel_pixiu_apps/_apps_brussel/CO7/skylake
/fake/user/brussel/100/vsc10009
/fake/vscmnt/brussel_pixiu_home/_user_brussel/100/vsc10009
/rhea/scratch/brussel/100/vsc10009
)

expectedpaths=(
Expand All @@ -128,6 +131,7 @@ expectedpaths=(
/vscmnt/brussel_pixiu_apps/_apps_brussel/CO7/skylake
/fake/user/brussel/100/vsc10009
/fake/vscmnt/brussel_pixiu_home/_user_brussel/100/vsc10009
'$VSC_SCRATCH'
)

run_tests
Expand All @@ -150,6 +154,7 @@ origpaths=(
'/vscmnt/antwerpen_storage_data/_data_antwerpen/201/vsc20133'
'/scratch/brussel/vo/000/bvo00002/vsc20133'
'/theia/scratch/brussel/vo/000/bvo00002/vsc20133'
'/rhea/scratch/brussel/vo/000/bvo00002/vsc20133'
)

expectedpaths=(
Expand All @@ -159,6 +164,7 @@ expectedpaths=(
'$VSC_DATA'
'$VSC_SCRATCH'
'$VSC_SCRATCH'
'$VSC_SCRATCH'
)

run_tests
Expand All @@ -183,6 +189,7 @@ origpaths=(
'/vscmnt/gent_kyukon_data/_kyukon_data_gent/vo/000/gvo00002/vsc40002'
'/scratch/brussel/vo/000/bvo00003/vsc40002'
'/theia/scratch/brussel/vo/000/bvo00003/vsc40002'
'/rhea/scratch/brussel/vo/000/bvo00003/vsc40002'
)

expectedpaths=(
Expand All @@ -194,6 +201,7 @@ expectedpaths=(
'$VSC_DATA_VO_USER'
'$VSC_SCRATCH'
'$VSC_SCRATCH'
'$VSC_SCRATCH'
)

run_tests
Expand All @@ -216,6 +224,7 @@ origpaths=(
'/vscmnt/leuven_icts/_data_leuven/337/vsc33716'
'/scratch/brussel/vo/000/bvo00004/vsc33716'
'/theia/scratch/brussel/vo/000/bvo00004/vsc33716'
'/rhea/scratch/brussel/vo/000/bvo00004/vsc33716'
)

expectedpaths=(
Expand All @@ -225,6 +234,7 @@ expectedpaths=(
'$VSC_DATA'
'$VSC_SCRATCH'
'$VSC_SCRATCH'
'$VSC_SCRATCH'
)

run_tests
Expand Down

0 comments on commit e118e11

Please sign in to comment.