diff options
Diffstat (limited to 'meta-filesystems')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest index 8d2017d39c..5aab54d5b5 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | mkdir -p ~/.ssh | |
| 3 | cat > ~/.ssh/config << EOF | ||
| 4 | Host * | ||
| 5 | CheckHostIP no | ||
| 6 | StrictHostKeyChecking no | ||
| 7 | UserKnownHostsFile=/dev/null | ||
| 8 | EOF | ||
| 3 | pytest --automake | 9 | pytest --automake |
| 10 | |||
| 11 | rm -rf ~/.ssh/config | ||
