mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	l3_cxprofile.py : change inheritance to LFCliBase from BaseProfile
This commit is contained in:
		@@ -3,7 +3,8 @@
 | 
			
		||||
import re
 | 
			
		||||
import time
 | 
			
		||||
import pprint
 | 
			
		||||
from base_profile import BaseProfile
 | 
			
		||||
from LANforge import lfcli_base
 | 
			
		||||
from LANforge.lfcli_base import LFCliBase
 | 
			
		||||
import csv
 | 
			
		||||
import pandas as pd
 | 
			
		||||
import os
 | 
			
		||||
@@ -13,7 +14,7 @@ import random
 | 
			
		||||
import string
 | 
			
		||||
import datetime
 | 
			
		||||
 | 
			
		||||
class L3CXProfile(BaseProfile):
 | 
			
		||||
class L3CXProfile(LFCliBase):
 | 
			
		||||
    def __init__(self,
 | 
			
		||||
                 lfclient_host,
 | 
			
		||||
                 lfclient_port,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user