Change SOURCE for SRC in linux example
authorLucia Guevgeozian Odizzio <lucia.guevgeozian_odizzio@inria.fr>
Thu, 30 Jan 2014 14:20:50 +0000 (15:20 +0100)
committerLucia Guevgeozian Odizzio <lucia.guevgeozian_odizzio@inria.fr>
Thu, 30 Jan 2014 14:20:50 +0000 (15:20 +0100)
examples/linux/transfer/file_transfer.py

index 3296b07..d5d6aaf 100755 (executable)
@@ -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