Update function call to match new api
Change-Id: I7b9b0d37f8bf963854383f6d8333ee0834c871b5
diff --git a/TestON/tests/FUNC/FUNCbgpls/FUNCbgpls.py b/TestON/tests/FUNC/FUNCbgpls/FUNCbgpls.py
index 362d378..0e86351 100755
--- a/TestON/tests/FUNC/FUNCbgpls/FUNCbgpls.py
+++ b/TestON/tests/FUNC/FUNCbgpls/FUNCbgpls.py
@@ -243,7 +243,7 @@
print (bgpls_post)
main.ONOSrest.user_name = "karaf"
main.ONOSrest.pwd = "karaf"
- Poststatus, result = main.ONOSrest.send( ipList, httpport, '/network/configuration/', method="POST",data=bgpls_post)
+ Poststatus, result = main.ONOSrest.send( '/network/configuration/', method="POST", data=bgpls_post)
main.step( "Configure BGP through RESTCONF" )
utilities.assert_equals(