Skip to content

feat: add behavior tests scripts #8

feat: add behavior tests scripts

feat: add behavior tests scripts #8

Workflow file for this run

name: OVFS Behavior Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Behavior Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Behavior Test
run: |
chmod +x ./build_and_run_ovfs.sh
chmod +x ./install_and_run_vm.sh
nohup ./build_and_run_ovfs.sh &
nohup ./install_and_run_vm.sh &
pip install paramiko
python behavior_test.py
working-directory: .github/scripts