Commit 79021923 authored by Jean Bez's avatar Jean Bez
Browse files

include map path for tests

parent 6d9d3ff1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ test wr:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_wr
@@ -85,6 +86,7 @@ test directories:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_dir
@@ -96,6 +98,7 @@ test truncate:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_truncate
@@ -107,6 +110,7 @@ test path resolution:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_path_resolution
@@ -118,6 +122,7 @@ test lseek:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_lseek