Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhutter committed Dec 27, 2024
1 parent 5a431dd commit 7262b71
Show file tree
Hide file tree
Showing 17 changed files with 500 additions and 708 deletions.
25 changes: 0 additions & 25 deletions .github/codecov.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/codeql-cpp.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/codeql-python.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/no-response.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/stale.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/checkstyle.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/codeql.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/labels.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/scripts/qemu-2-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ EOF
sudo virsh net-update default add ip-dhcp-host \
"<host mac='52:54:00:83:79:00' ip='192.168.122.10'/>" --live --config

# Make some hostnames for the VMs so we don't have to refer to them with
# hardcoded IP addresses
for i in {0..9} ; do
vm=$((i + 1))
echo "vm$vm 192.168.122.1$i" | sudo tee -a /etc/hosts
done
echo "ETC HOSTS"
sudo cat /etc/hosts

sudo virt-install \
--os-variant $OSv \
--name "openzfs" \
Expand Down
Loading

0 comments on commit 7262b71

Please sign in to comment.