orb-community / orb

Orb is a dynamic network observability platform with agent fleet orchestration and data pipelines with OpenTelemetry

Home Page:https://orb.community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests: add validation tests for the default values ​​of pktvisor's binary configuration and config file

manrodrigues opened this issue · comments

New scenarios:

  • provisioning agent without specify pktvisor binary path and path to config file (config file - auto_provision=true)

  • provisioning agent without specify pktvisor binary path and path to config file (config file - auto_provision=false)

  • provisioning agent without specify pktvisor binary path (config file - auto_provision=true)

  • provisioning agent without specify pktvisor binary path (config file - auto_provision=false)

  • provisioning agent without specify pktvisor path to config file (config file - auto_provision=false)

  • provisioning agent without specify pktvisor path to config file (config file - auto_provision=false)

Scenarios without auto provision was merged here #2078