• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2
3# BumblePandoraDevice configuration:
4#   classic_enabled: [true, false] # (false by default)
5#   class_of_device: 1234 # See assigned numbers
6#   keystore: JsonKeyStore # or empty
7#   io_capability:
8#     no_output_no_input # (default)
9#     keyboard_input_only
10#     display_output_only
11#     display_output_and_yes_no_input
12#     display_output_and_keyboard_input
13
14TestBeds:
15- Name: ExampleTest
16  Controllers:
17    PandoraDevice:
18    # DUT device
19    - class: BumblePandoraDevice
20      transport: 'tcp-client:127.0.0.1:6402'
21      classic_enabled: true
22      class_of_device: 2360324
23      keystore: 'JsonKeyStore'
24      io_capability: display_output_only
25    # Reference device
26    - class: BumblePandoraDevice
27      transport: 'tcp-client:127.0.0.1:6402'
28      classic_enabled: true
29      class_of_device: 2360324
30      keystore: 'JsonKeyStore'
31