mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
feature #476: captura iptables commands during testing
This commit is contained in:
parent
1c2ab62a82
commit
f87e747ad5
@ -131,7 +131,8 @@ describe 'firewall' do
|
||||
/uname/ => OUTPUT[:xen_uname_a],
|
||||
/lsmod/ => OUTPUT[:xen_lsmod],
|
||||
/network-list/ => OUTPUT[:xm_network_list],
|
||||
/domid/ => OUTPUT[:xm_domid]
|
||||
/domid/ => OUTPUT[:xm_domid],
|
||||
/iptables/ => nil
|
||||
}
|
||||
fw = OpenNebulaFirewall.new(OUTPUT[:onevm_show_xen])
|
||||
fw.activate
|
||||
|
Loading…
Reference in New Issue
Block a user