Skip to content

Commit c787112

Browse files
committed
test: Transition CLI tests to pytest
1 parent 08a3acc commit c787112

File tree

2 files changed

+332
-491
lines changed

2 files changed

+332
-491
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
attribute_defaults: {}
2+
cli:
3+
cache_dir: fw_cli
4+
root_dir: ''
5+
cluster:
6+
compute: []
7+
control: []
8+
discovery:
9+
hostname: localhost
10+
install_dir: /opt/discovery
11+
port: 8080
12+
grpc:
13+
cache_dir: fw_grpc
14+
db: prod
15+
hostname: ''
16+
port: 50051
17+
root_dir: ''
18+
threads: 2
19+
logging:
20+
cli_log: cli.log
21+
discovery_log: discovery.log
22+
firewheel_log: firewheel.log
23+
level: DEBUG
24+
minimega_log: minimega.log
25+
root_dir: ''
26+
vmr_log_dir: vm_resource_logs
27+
minimega:
28+
base_dir: /tmp/minimega
29+
control_bridge: mega_bridge
30+
degree: 0
31+
experiment_interface: ''
32+
files_dir: /tmp/minimega/files
33+
install_dir: /opt/minimega
34+
namespace: firewheel
35+
use_gre: false
36+
python:
37+
bin: python3
38+
venv: ''
39+
ssh:
40+
user: null
41+
system:
42+
default_group: minimega
43+
default_output_dir: /tmp/firewheel
44+
umask: 0o0
45+
test:
46+
grpc_db: test
47+
image_db: testImageStoreDb
48+
schedule_test_database: testScheduleDB
49+
vm_resource_store_test_database: testVmResourceDB
50+
vmmapping_test_database: testVmMappingDB
51+
vm_resource_manager:
52+
default_state: uninitialized
53+
experiment_start_buffer_sec: 60

0 commit comments

Comments
 (0)