From 8cfb5d020f925a40432237170e41460cab616c14 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 12 Jun 2020 16:12:40 +0200 Subject: 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 --- doc/examples/4g_srsLTE/suites/4g/suite.conf | 2 -- doc/manuals/chapters/config.adoc | 6 ------ 2 files changed, 8 deletions(-) (limited to 'doc') 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::: <> file. Content in this section follows the <> 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 -- cgit v1.2.3