Skip to content

test: Convert FIREWHEEL CLI tests to pytest style #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions src/firewheel/tests/test-firewheel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
attribute_defaults: {}
cli:
cache_dir: fw_cli
root_dir: ''
cluster:
compute: []
control: []
discovery:
hostname: localhost
install_dir: /opt/discovery
port: 8080
grpc:
cache_dir: fw_grpc
db: prod
hostname: ''
port: 50051
root_dir: ''
threads: 2
logging:
cli_log: cli.log
discovery_log: discovery.log
firewheel_log: firewheel.log
level: DEBUG
minimega_log: minimega.log
root_dir: ''
vmr_log_dir: vm_resource_logs
minimega:
base_dir: /tmp/minimega
control_bridge: mega_bridge
degree: 0
experiment_interface: ''
files_dir: /tmp/minimega/files
install_dir: /opt/minimega
namespace: firewheel
use_gre: false
python:
bin: python3
venv: ''
ssh:
user: null
system:
default_group: minimega
default_output_dir: /tmp/firewheel
umask: 0o0
test:
grpc_db: test
image_db: testImageStoreDb
schedule_test_database: testScheduleDB
vm_resource_store_test_database: testVmResourceDB
vmmapping_test_database: testVmMappingDB
vm_resource_manager:
default_state: uninitialized
experiment_start_buffer_sec: 60
Loading
Loading