From: Lucia Guevgeozian Odizzio Date: Thu, 30 Jan 2014 14:20:50 +0000 (+0100) Subject: Change SOURCE for SRC in linux example X-Git-Tag: nepi-3.1.0~136^2~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b9a4b2d96a87a8cf31e8cf3817134fd98c1829ba;p=nepi.git Change SOURCE for SRC in linux example --- diff --git a/examples/linux/transfer/file_transfer.py b/examples/linux/transfer/file_transfer.py index 3296b072..d5d6aafb 100755 --- a/examples/linux/transfer/file_transfer.py +++ b/examples/linux/transfer/file_transfer.py @@ -70,7 +70,7 @@ server = add_node(ec, server_name, slicename) client = add_node(ec, client_name, slicename) # Add resource managers for the linux applications -app_server = add_app(ec, "cat ${SOURCES}/big_buck_bunny_240p_mpeg4_lq.ts | pv -fbt 2> \ +app_server = add_app(ec, "cat ${SRC}/big_buck_bunny_240p_mpeg4_lq.ts | pv -fbt 2> \ bw.txt | nc %s 1234" % client_name, server, video=video, depends=depends_server) # Note: is important to add the -d option in nc command to not attempt to read from the