Searched refs:remote_dir (Results 1 – 3 of 3) sorted by relevance
51 local export_cmd="exportfs -i -o no_root_squash,rw *:$remote_dir"54 if [ ! -d $remote_dir ]; then55 mkdir -p $remote_dir61 if ! tst_rhost_run -c "test -d $remote_dir"; then62 tst_rhost_run -s -c "mkdir -p $remote_dir; $export_cmd"74 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"76 mount_dir="$(tst_ipaddr $host_type):$remote_dir"102 local remote_dir110 remote_dir="$TST_TMPDIR/$i/$type"134 local remote_dir[all …]
67 def get_cr50_build(self, latest_ver, remote_dir): argument77 destination=remote_dir)80 dut_path = os.path.join(remote_dir, filename)81 result = self.host.run('tar xfv %s -C %s' % (dut_path, remote_dir))82 return os.path.join(remote_dir, CR50_IMAGE_PATH)
747 remote_dir = os.path.dirname(archive)748 result = self.host.run('tar xfv %s -C %s' % (archive, remote_dir))751 return os.path.join(remote_dir, line)