Merge "Update INFO.yaml file"
[integration.git] / test / mocks / mass-pnf-sim / pnf-sim-lightweight / files / prepare-ROP-files.sh
1 #!/bin/bash
2
3 echo "Creating ROP files"
4 set -x
5 mkdir -p onap
6
7 dd if=/dev/urandom of=./onap/0.5MB.tar.gz bs=1k count=512
8 dd if=/dev/urandom of=./onap/1MB.tar.gz bs=1M count=1
9 dd if=/dev/urandom of=./onap/5MB.tar.gz bs=1M count=5
10 dd if=/dev/urandom of=./onap/10MB.tar.gz bs=1M count=10