Fix a small bug of wrong path to validate-docker-execuate

Change-Id: I61e7ac2bb0ec0b960dc807d8880d5da105aacd14
Closes-Bug: #1497463
This commit is contained in:
Hui Kang 2015-09-18 18:18:37 -04:00
parent 9e64644dc0
commit ed0829ae5e
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
#!/bin/bash
. tools/validate-docker-execute
# Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute
# Spawning the neutron-agents container leaves artifacts on the host.
# This script removes these artifacts.