Skip to content
Snippets Groups Projects
Commit fe40e7c8 authored by Daniele Belfiore's avatar Daniele Belfiore
Browse files

Bugfix relative path

parent fa61e40a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
for i in {1..500} for i in {1..500}
do do
python ceilometer $1 $2 python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/ceilometer $1 $2
#sleep `perl -e 'printf("%.2f\n", rand())'` #sleep `perl -e 'printf("%.2f\n", rand())'`
done done
wait wait
#!/bin/bash #!/bin/bash
python ceilometer-mock $1 $2 python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/ceilometer-mock $1 $2
#!/bin/bash #!/bin/bash
python ceilometer $1 $2
python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/ceilometer $1 $2
#!/bin/bash #!/bin/bash
python hypervisor-show python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/hypervisor-show
#!/bin/bash #!/bin/bash
python prisma-iaas python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/prisma-iaas
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment