ADDED tests/fullrun/config/mt_include_1.config Index: tests/fullrun/config/mt_include_1.config ================================================================== --- /dev/null +++ tests/fullrun/config/mt_include_1.config @@ -0,0 +1,17 @@ +[setup] +# exectutable /path/to/megatest +max_concurrent_jobs 200 +linktree /tmp/mt_links + +[jobtools] +useshell yes +# ## launcher launches jobs, the job is managed on the target host +## by megatest, comment out launcher to run local +# workhosts localhost hermes +launcher nbfake +# launcher nodanggood + +## use "xterm -e csi -- " as a launcher to examine the launch environment. +## exit with (exit) +## get a shell with (system "bash") +# launcher xterm -e csi -- ADDED tests/fullrun/config/mt_include_1.config_2.config Index: tests/fullrun/config/mt_include_1.config_2.config ================================================================== --- /dev/null +++ tests/fullrun/config/mt_include_1.config_2.config @@ -0,0 +1,2 @@ +[disks] +disk0 /tmp/mt_runs Index: tests/fullrun/megatest.config ================================================================== --- tests/fullrun/megatest.config +++ tests/fullrun/megatest.config @@ -6,27 +6,12 @@ # refareas can be searched to find previous runs # the path points to where megatest.db exists [refareas] area1 /tmp/oldarea/megatest -[setup] -# exectutable /path/to/megatest -max_concurrent_jobs 200 -linktree /tmp/mt_links - -[jobtools] -useshell yes -# ## launcher launches jobs, the job is managed on the target host -## by megatest, comment out launcher to run local -# workhosts localhost hermes -launcher nbfake -# launcher nodanggood - -## use "xterm -e csi -- " as a launcher to examine the launch environment. -## exit with (exit) -## get a shell with (system "bash") -# launcher xterm -e csi -- +[include config/mt_include_1.config] + [validvalues] state start end status pass fail n/a 0 1 running @@ -51,8 +36,9 @@ ## disks are: ## name host:/path/to/area ## -or- ## name /path/to/area [disks] -1 /tmp/mt_runs +disk0 /foobarbazz +[include config/mt_include_1.config] [include #{getenv USER}_testing.config]