From 94822dbb06d4f1a54bcd46c501e1116113192775 Mon Sep 17 00:00:00 2001 From: Rajesh Madaka Date: Fri, 12 Jan 2018 19:53:12 +0530 Subject: Test case for Validate Peer probe with invalid ip and non existing host, non existing ip Library for Core file Create or Not, Added is_core_file_created() function to lib_utils.py Test Desc: Test script to verify peer probe non existing host and invalid-ip, peer probe has to be fail for non existing host, Glusterd services up and running after invalid peer probe, and core file should not get created under "/", /tmp, /var/log/core directory Adding glusterd peer probe test cases with modifications according to comments adding lib for core file verification Change-Id: I0ebd6ee2b340d1f1b01878cb0faf69f41fec2e10 Signed-off-by: Rajesh Madaka --- tests/functional/glusterd/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/functional/glusterd/__init__.py (limited to 'tests/functional/glusterd/__init__.py') diff --git a/tests/functional/glusterd/__init__.py b/tests/functional/glusterd/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit