Skip to content

Commit

Permalink
tests: re-enable simulator-based tests
Browse files Browse the repository at this point in the history
closes: #303
  • Loading branch information
SteVwonder committed Apr 1, 2018
1 parent 9b77d37 commit fa44e05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions t/t2000-fcfs.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ test_description='Test fcfs scheduler in simulator
#
. $(dirname $0)/sharness.sh

if test -z "$FLUX_SCHED_ENABLE_SIM_TESTS"; then
skip_all='skipping simulator driven tests temporarily'
test_done
fi

FLUX_MODULE_PATH="${SHARNESS_BUILD_DIRECTORY}/simulator/.libs:${FLUX_MODULE_PATH}"

rdlconf=$(readlink -e "${SHARNESS_TEST_SRCDIR}/../conf/hype-io.lua")
Expand Down
5 changes: 0 additions & 5 deletions t/t2001-fcfs-aware.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ test_description='Test fcfs io-aware scheduler in simulator
#
. $(dirname $0)/sharness.sh

if test -z "$FLUX_SCHED_ENABLE_SIM_TESTS"; then
skip_all='skipping simulator driven tests temporarily'
test_done
fi

FLUX_MODULE_PATH_PREPEND="$FLUX_MODULE_PATH_PREPEND:$(sched_build_path simulator/.libs)"

rdlconf=$(readlink -e "${SHARNESS_TEST_SRCDIR}/../conf/hype-io.lua")
Expand Down
5 changes: 0 additions & 5 deletions t/t2002-easy.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ test_description='Test easy scheduler in simulator
#
. $(dirname $0)/sharness.sh

if test -z "$FLUX_SCHED_ENABLE_SIM_TESTS"; then
skip_all='skipping simulator driven tests temporarily'
test_done
fi

rdlconf=$(sched_src_path "conf/hype-io.lua")
jobdata=$(readlink -e "${SHARNESS_TEST_SRCDIR}/data/job-traces/hype-test.csv")
expected_order=$(readlink -e "${SHARNESS_TEST_SRCDIR}/data/emulator-data/easy_expected")
Expand Down
5 changes: 0 additions & 5 deletions t/t2003-fcfs-inorder.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ test_description='Test fcfs scheduler with queue-depth=1 in simulator
#
. $(dirname $0)/sharness.sh

if test -z "$FLUX_SCHED_ENABLE_SIM_TESTS"; then
skip_all='skipping simulator driven tests temporarily'
test_done
fi

FLUX_MODULE_PATH="${SHARNESS_BUILD_DIRECTORY}/simulator/.libs:${FLUX_MODULE_PATH}"

rdlconf=$(readlink -e "${SHARNESS_TEST_SRCDIR}/../conf/hype-io.lua")
Expand Down

0 comments on commit fa44e05

Please sign in to comment.