aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpe.py
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-11-12 10:50:30 -0500
committerBrian Freeman <bf1936@att.com>2018-11-12 12:23:57 -0500
commita605bc77c111af04e82d84edf41415b0cad46fab (patch)
tree89dc1b8b765b56f2deaa25fceb56bff74483a5ca /test/vcpe/vcpe.py
parent81f6e9ee662695a818bdb5f24c17f09fac5c962f (diff)
Update nodeports ; fix typo in preload.py
Issue-ID: INT-717 Change-Id: Ic3398239c20cb268480b4f67c5ec21074119a0b8 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-xtest/vcpe/vcpe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py
index efebecb6d..b8b7108d1 100755
--- a/test/vcpe/vcpe.py
+++ b/test/vcpe/vcpe.py
@@ -189,7 +189,7 @@ def tmp_sniro():
config_sniro(vcpecommon, svc_instance_uuid['gmux'], svc_instance_uuid['brg'])
if __name__ == '__main__':
- logging.basicConfig(level=logging.INFO, format='%(message)s')
+ logging.basicConfig(level=logging.DEBUG, format='%(message)s')
print('----------------------------------------------------------------------------------------------------')
print(' vcpe.py: Brief info about this program')