Skip to content

Commit

Permalink
test14
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Apr 3, 2024
1 parent a83913c commit 5e3de77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pkr-bld-qemu-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y software-properties-common vagrant qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils qemu-utils libvirt-dev
vagrant plugin install vagrant-libvirt
vagrant plugin install vagrant-qemu
vagrant --version
- name: Enable KVM
run: |
Expand Down
1 change: 1 addition & 0 deletions lib/bento/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_box(md_json)
Dir.chdir(temp_dir)
banner("Test kitchen file located in #{temp_dir}")
@providers.each do |k, _v|
next if k =~ /qemu/
banner("Testing #{@boxname.tr('.', '')}-#{@arch}-#{k.tr('_', '-')}")
test = Mixlib::ShellOut.new("kitchen test #{@boxname.tr('.', '')}-#{@arch}-#{k.tr('_', '-')}", timeout: 900, live_stream: STDOUT)
test.run_command
Expand Down

0 comments on commit 5e3de77

Please sign in to comment.