span: fix wrong next1 feature index in dual loop
[vpp.git] / test / vpp_papi_provider.py
index 776d4a6..aec052c 100644 (file)
@@ -93,7 +93,7 @@ class VppPapiProvider(object):
         :param cli: CLI to execute
         :returns: CLI output
         """
-        return cli + "\n" + self.cli(cli)
+        return cli + "\n" + str(self.cli(cli))
 
     def _convert_mac(self, mac):
         return int(mac.replace(":", ""), 16) << 16