mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 17:56:09 -04:00
functional_tests: fix python3 compatibility
Also add missing bans test to the default tests
This commit is contained in:
parent
5fbfa8a656
commit
eeebad6630
15 changed files with 60 additions and 59 deletions
|
@ -28,6 +28,7 @@
|
|||
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
from __future__ import print_function
|
||||
import time
|
||||
|
||||
"""Test peer baning RPC calls
|
||||
|
@ -42,7 +43,7 @@ from framework.daemon import Daemon
|
|||
|
||||
class BanTest():
|
||||
def run_test(self):
|
||||
print 'Testing bans'
|
||||
print('Testing bans')
|
||||
|
||||
daemon = Daemon()
|
||||
res = daemon.get_bans()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue