aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/pnf-sim-lightweight/files/prepare-ROP-files.sh
blob: 4c7c5060e3e2f2634cfac9bc7655f2f85bdbf363 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

echo "Creating ROP files"
set -x
mkdir -p onap

dd if=/dev/urandom of=./onap/0.5MB.tar.gz bs=1k count=512
dd if=/dev/urandom of=./onap/1MB.tar.gz bs=1M count=1
dd if=/dev/urandom of=./onap/5MB.tar.gz bs=1M count=5
dd if=/dev/urandom of=./onap/10MB.tar.gz bs=1M count=10