Merge "Create API to get SUT information"
[yardstick.git] / yardstick / benchmark / scenarios / networking / ping6_post_teardown.bash
1 #!/bin/bash
2
3 ##############################################################################
4 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
11 cp /etc/neutron/plugins/ml2/ml2_conf.ini_bkp /etc/neutron/plugins/ml2/ml2_conf.ini
12
13 service neutron-l3-agent restart
14 service neutron-dhcp-agent restart
15 service neutron-metadata-agent restart
16 service neutron-server restart
17 service nova-api restart
18 service nova-cert restart
19 service nova-conductor restart
20 service nova-consoleauth restart
21 service nova-novncproxy restart
22 service nova-scheduler restart
23 service nova-compute restart