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