Beispiel #1
0
 def get_available_options():
     opts = ["ssl", "tank_type", "gatling_ip", "method_prefix", "source_log_prefix"]
     opts += ["phantom_http_line", "phantom_http_field_num", "phantom_http_field", "phantom_http_entity"]
     opts += ["address", "port", StreamConfig.OPTION_INSTANCES_LIMIT]
     opts += StepperWrapper.get_available_options()
     opts += ["connection_test"]
     return opts
Beispiel #2
0
 def get_available_options():
     opts = ["ssl", "tank_type", 'gatling_ip',
             "method_prefix", "source_log_prefix"]
     opts += ["phantom_http_line", "phantom_http_field_num",
              "phantom_http_field", "phantom_http_entity"]
     opts += ['address', "port", StreamConfig.OPTION_INSTANCES_LIMIT]
     opts += StepperWrapper.get_available_options()
     opts += ["connection_test"]
     return opts