Skip to content

Commit a712740

Browse files
committed
{single,multiple} => {single,multiple}_node
1 parent d84cbf8 commit a712740

20 files changed

+5
-5
lines changed

.github/workflows/run-test-programs-single-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
defaults:
1919
run:
20-
working-directory: ./test_harness/single
20+
working-directory: ./test_harness/single_node
2121
strategy:
2222
matrix:
2323
python: ['3.9','3.13']

.github/workflows/run-test-suite-multi-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: ./test_harness/multiple
14+
working-directory: ./test_harness/multiple_node
1515
strategy:
1616
matrix:
1717
python: ['3.9','3.13']
@@ -32,7 +32,7 @@ jobs:
3232
sleep 1
3333
done
3434
echo "client_container = [$client_container]"
35-
docker exec "${client_container}" /repo_root/test_harness/multiple/run_tests.sh
35+
docker exec "${client_container}" /repo_root/test_harness/multiple_node/run_tests.sh
3636
3737
- name: Stop containers
3838
if: always()

.github/workflows/run-test-suite-single-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: ./test_harness/single
14+
working-directory: ./test_harness/single_node
1515
strategy:
1616
matrix:
1717
python: ['3.9','3.13']

irods/test/scripts/run_suite_locally.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run_tests() {
3737
# Install PREP (Python Rule Engine Plugin).
3838
(
3939
set -e
40-
cd "/prc/test_harness/single"
40+
cd "/prc/test_harness/single_node"
4141
apt update
4242
./install_python_rule_engine
4343
su irods -c './setup_python_rule_engine --wait'
File renamed without changes.

test_harness/single/001_bats-and-system-python.Dockerfile renamed to test_harness/single_node/001_bats-and-system-python.Dockerfile

File renamed without changes.

test_harness/single/002_compile-specific-python.Dockerfile renamed to test_harness/single_node/002_compile-specific-python.Dockerfile

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)