Update unit tests
This commit is contained in:
parent
32d0181a06
commit
9069c17347
@ -282,6 +282,7 @@ class TestNeutronOVSUtils(CharmTestCase):
|
|||||||
'service_description': 'Neutron OpenvSwitch Plugin Agent',
|
'service_description': 'Neutron OpenvSwitch Plugin Agent',
|
||||||
'charm_name': 'neutron-openvswitch',
|
'charm_name': 'neutron-openvswitch',
|
||||||
'process_name': 'neutron-openvswitch-agent',
|
'process_name': 'neutron-openvswitch-agent',
|
||||||
|
'executable_name': 'joined-string',
|
||||||
'cleanup_process_name': 'neutron-ovs-cleanup',
|
'cleanup_process_name': 'neutron-ovs-cleanup',
|
||||||
'plugin_config': '/etc/neutron/plugins/ml2/ml2_conf.ini',
|
'plugin_config': '/etc/neutron/plugins/ml2/ml2_conf.ini',
|
||||||
'log_file': '/var/log/neutron/openvswitch-agent.log',
|
'log_file': '/var/log/neutron/openvswitch-agent.log',
|
||||||
@ -290,6 +291,7 @@ class TestNeutronOVSUtils(CharmTestCase):
|
|||||||
'service_description': 'Neutron OpenvSwitch Cleanup',
|
'service_description': 'Neutron OpenvSwitch Cleanup',
|
||||||
'charm_name': 'neutron-openvswitch',
|
'charm_name': 'neutron-openvswitch',
|
||||||
'process_name': 'neutron-ovs-cleanup',
|
'process_name': 'neutron-ovs-cleanup',
|
||||||
|
'executable_name': 'joined-string',
|
||||||
'log_file': '/var/log/neutron/ovs-cleanup.log',
|
'log_file': '/var/log/neutron/ovs-cleanup.log',
|
||||||
}
|
}
|
||||||
expected = [
|
expected = [
|
||||||
|
Loading…
Reference in New Issue
Block a user