Just a test

___________________________
< Do Not Merge, just a test >
 ---------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Change-Id: I97018f48c58893c09275c6458c41456ce1a2c8d6
This commit is contained in:
Lingxian Kong 2017-09-21 11:24:32 +12:00
parent d2dd717a2f
commit c5af5e66df
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function net_resolv_post_kube {
function net_hosts_pre_kube {
sudo cp -f /etc/hosts /etc/hosts-pre-kube
sudo sed -i "/$(hostname)/d" /etc/hosts
# sudo sed -i "/$(hostname)/d" /etc/hosts
# The var will be used in qinling pre_test_hook.sh
export DEFAULT_HOST_IP=$(net_default_host_ip)