mirror of https://github.com/cowrie/cowrie.git
add arch to test server
This commit is contained in:
parent
9921f9874a
commit
997c2dc9f6
|
@ -19,7 +19,7 @@ class FakeServer:
|
||||||
"""
|
"""
|
||||||
def __init__(self, cfg):
|
def __init__(self, cfg):
|
||||||
self.cfg = cfg
|
self.cfg = cfg
|
||||||
|
self.arch = 'linux-x64-lsb'
|
||||||
self.hostname = "unitTest"
|
self.hostname = "unitTest"
|
||||||
|
|
||||||
self.pckl = pickle.load(
|
self.pckl = pickle.load(
|
||||||
|
|
Loading…
Reference in New Issue