Replace % operator with format method 37/62037/1
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Mon, 10 Sep 2018 08:34:17 +0000 (11:34 +0300)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Mon, 10 Sep 2018 08:36:51 +0000 (11:36 +0300)
commit506187a2e2a7e9232954192d1cf45aab76a0c6a6
tree271a3cfe530624c22310799788fb3eb7a538be95
parent64a5e7dc89be1c52253a48fb5ccfa045b6619d0f
Replace % operator with format method

JIRA: SDNVPN-223

Running the testcase 3 with the % operator was causing an error
on formating the string. This patch replace % operator with
format method.

Change-Id: I33d3a4539bd7e1914f8c52ea8e91ae15083ce0b1
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
sdnvpn/artifacts/quagga_setup.sh
sdnvpn/lib/quagga.py