k3s/test/e2e/instrumentation/logging
Patrick Ohly 752203d3fa e2e/instrumentation: decentralized settings
Tests settings should be defined in the test source code itself
because conceptually the framework is a separate entity that not all
test authors can modify.

Using the new framework/config code also has several advantages:
- defaults can be set with less code
- no confusion around what's a duration
- the options can also be set via command line flags

While at it, a minor bug gets fixed:
- readConfig() returns only defaults when called while
  registering Ginkgo tests because Viperize() gets called later,
  so the scale in the logging soak test couldn't really be configured;
  now the value is read when the test runs and thus can be changed

The options get moved into the "instrumentation.logging"
resp. "instrumentation.monitoring" group to make it more obvious where
they are used. This is a breaking change, but that was already
necessary to improve the duration setting from plain integer to a
proper time duration.
2018-10-05 14:24:35 +02:00
..
elasticsearch Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
stackdriver Merge pull request #64564 from coffeepac/stackdriver-tests-non-blocking 2018-08-26 14:07:00 -07:00
utils e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
BUILD e2e/instrumentation: decentralized settings 2018-10-05 14:24:35 +02:00
OWNERS Remove crassirostris from owners and reviewers 2018-04-04 18:36:44 +02:00
generic_soak.go e2e/instrumentation: decentralized settings 2018-10-05 14:24:35 +02:00
imports.go correct test logging package stackdrvier -> stackdriver 2018-05-21 12:03:52 -07:00