mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
enable loadosophia active test by default
This commit is contained in:
parent
32002dd293
commit
2ddfb82886
@ -50,7 +50,7 @@ class LoadosophiaPlugin(AbstractPlugin, AggregateResultListener):
|
||||
self.project_key = self.get_option("project", 'DEFAULT')
|
||||
self.title = self.get_option("test_title", "")
|
||||
self.color = self.get_option("color_flag", "")
|
||||
self.online_enabled = int(self.get_option("online_enabled", "0"))
|
||||
self.online_enabled = int(self.get_option("online_enabled", "1"))
|
||||
|
||||
try:
|
||||
aggregator = self.core.get_plugin_of_type(AggregatorPlugin)
|
||||
|
Loading…
Reference in New Issue
Block a user