diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-06-12 16:12:40 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-06-12 16:12:43 +0200 |
commit | 8cfb5d020f925a40432237170e41460cab616c14 (patch) | |
tree | 16d84754139cfbf2d1ae5d147421fb778ebd9de0 /doc | |
parent | a9bc93da99fe279e61d5709604c66815dcd4de15 (diff) |
Remove all references to defaults: timeout: from suite.conf
This feature is not really implemented and maybe never was. In any case,
it makes sense to have that working per-test so we can specify different
values per test in case it's needed.
Change-Id: I3c1b95c10e974da87ec9abd25578d8bcc0bc55a3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/4g_srsLTE/suites/4g/suite.conf | 2 | ||||
-rw-r--r-- | doc/manuals/chapters/config.adoc | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/4g_srsLTE/suites/4g/suite.conf b/doc/examples/4g_srsLTE/suites/4g/suite.conf index e439e99..0b0177a 100644 --- a/doc/examples/4g_srsLTE/suites/4g/suite.conf +++ b/doc/examples/4g_srsLTE/suites/4g/suite.conf @@ -8,5 +8,3 @@ resources: features: - 4g -defaults: - timeout: 180s diff --git a/doc/manuals/chapters/config.adoc b/doc/manuals/chapters/config.adoc index b4e4a95..118f056 100644 --- a/doc/manuals/chapters/config.adoc +++ b/doc/manuals/chapters/config.adoc @@ -190,9 +190,6 @@ schema: a_suite_test_foo: one_test_parameter_for_test_foo: 'str' another_test_parameter_for_test_foo: ['bool_str'] - -defaults: - timeout: 50s ---- [[scenarios_dir]] @@ -647,9 +644,6 @@ these main element sections::: <<defaults_conf,defaults.conf>> file. Content in this section follows the <<schema_config,config>> schema. -//TODO: defaults.timeout should be change in code to be config.test_timeout or similar -//TODO: 'config' should be split into its own schema and validate defaults.conf - === Example Setup {app-name} comes with an example official setup which is the one used to run |