X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fsfc%2FFull_Deploy%2Fsetup-docker-image.sh;fp=csit%2Fsuites%2Fsfc%2FFull_Deploy%2Fsetup-docker-image.sh;h=62c1ca6b8353fda160a2904d03f0f9bb0994fb58;hb=7c86471b26f1ff0f05af9fd028cbfeabcc4e8a8a;hp=58ab38b2230353cc9030f01b547760f3fe85ebe1;hpb=3063b3a8132d6f75dd0625d80bd985e48ab0dda7;p=integration%2Ftest.git diff --git a/csit/suites/sfc/Full_Deploy/setup-docker-image.sh b/csit/suites/sfc/Full_Deploy/setup-docker-image.sh index 58ab38b223..62c1ca6b83 100755 --- a/csit/suites/sfc/Full_Deploy/setup-docker-image.sh +++ b/csit/suites/sfc/Full_Deploy/setup-docker-image.sh @@ -73,7 +73,7 @@ chmod a+x configure-ovs.sh wget https://raw.githubusercontent.com/socketplane/docker-ovs/master/supervisord.conf wget https://pypi.python.org/packages/source/s/supervisor-stdout/supervisor-stdout-0.1.1.tar.gz --no-check-certificate -# busybox image is missing some libs, take them from the host +# busybox image is missing some libs, take them from the host cp /usr/lib64/libcrypto.so.10 . cp /usr/lib64/libssl.so.10 . cp /usr/lib64/libgssapi_krb5.so.2 .