1#create the necessary tables and setup
2--source suite/ndb/include/ndb_addnode_restart_setup.inc
3
4let NDBAPITEST_NAME=testSystemRestart;
5let NDBAPITEST_ARGS=-nMTR_AddNodesAndRestart1 -l1 --noddl -v T1;
6let NDBAPITEST_CLEANUP_QUERY=DROP DATABASE TEST_DB;
7--source suite/ndb/include/run_ndbapitest.inc
8