Skip to content

Commit 6bedd31

Browse files
himani2411Himani Deshpandedreambeyondorange
authored
[Test] Create Directory /etc/enroot for pyxis test (#6599) (#6601)
Co-authored-by: Himani Deshpande <himanidp@amazon.com> Co-authored-by: Ryan Anderson <ndry@amazon.com>
1 parent 90a931c commit 6bedd31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration-tests/tests/pyxis/test_pyxis/test_pyxis/compute_node_start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ echo "Executing $0"
66
# Configure Enroot
77
ENROOT_PERSISTENT_DIR="/var/enroot"
88
ENROOT_VOLATILE_DIR="/run/enroot"
9+
ENROOT_CONF_DIR="/etc/enroot"
910

1011
sudo mkdir -p $ENROOT_PERSISTENT_DIR
1112
sudo chmod 1777 $ENROOT_PERSISTENT_DIR
1213
sudo mkdir -p $ENROOT_VOLATILE_DIR
1314
sudo chmod 1777 $ENROOT_VOLATILE_DIR
15+
sudo mkdir -p $ENROOT_CONF_DIR
16+
sudo chmod 1777 $ENROOT_CONF_DIR
1417
sudo mv /opt/parallelcluster/examples/enroot/enroot.conf /etc/enroot/enroot.conf
1518
sudo chmod 0644 /etc/enroot/enroot.conf
1619

0 commit comments

Comments
 (0)