1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

feature #476: captura iptables commands during testing

This commit is contained in:
Jaime Melis 2011-07-05 15:45:01 +02:00
parent 1c2ab62a82
commit f87e747ad5

View File

@ -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