Commit 6f3e2a41 authored by Eteri's avatar Eteri

remove error (local_ip)

parent 33e853c5
......@@ -113,6 +113,4 @@ command-line =
environment =
PATH=${buildout:bin-directory}:/usr/bin/:/bin/
LOCAL_IPV4=$${slap-network-information:local-ipv4}
GLOBAL_IPV6=$${slap-network-information:global-ipv6}
context =
key local_ip caddy-configuration:local_ip
\ No newline at end of file
GLOBAL_IPV6=$${slap-network-information:global-ipv6}
\ No newline at end of file
......@@ -81,8 +81,7 @@ class TestIngestion(FluentdPluginTestCase):
print("Server started...")
print("local ipv4 = ")
print(os.environ.get('LOCAL_IPV4'))
print("passed local ip")
print({{local_ip}})
@classmethod
def stopServer(cls):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment