From ddd30aace0b76befa6e7938237f9451d1a6a8c7d Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Tue, 9 Feb 2016 19:11:54 -0800 Subject: Update smoke tests after testing. JIRA: COPPER-4 Change-Id: I5945d3b5f340e8122927d456fedbff6d4536affc Signed-off-by: Bryan Sullivan --- tests/adhoc/dmz01.sh | 6 ++++-- tests/adhoc/smoke01-clean.sh | 6 +++++- tests/adhoc/smoke01.sh | 10 +++++++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/tests/adhoc/dmz01.sh b/tests/adhoc/dmz01.sh index 8854ca2..7fc68e1 100644 --- a/tests/adhoc/dmz01.sh +++ b/tests/adhoc/dmz01.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors +# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,9 @@ set -x #echo on -source ~/admin-openrc.sh +source ~/admin-openrc.sh <