summaryrefslogtreecommitdiffstats
path: root/src/software/test/test_software_identity_file_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/test/test_software_identity_file_check.py')
-rwxr-xr-xsrc/software/test/test_software_identity_file_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/test_software_identity_file_check.py b/src/software/test/test_software_identity_file_check.py
index 69c942a..027e17f 100755
--- a/src/software/test/test_software_identity_file_check.py
+++ b/src/software/test/test_software_identity_file_check.py
@@ -373,7 +373,7 @@ class TestSoftwareIdentityFileCheck(
classname="Linux_ComputerSystem",
keybindings=pywbem.NocaseDict({
"CreationClassName" : "Linux_ComputerSystem",
- "Name" : socket.gethostname()})))
+ "Name" : socket.getfqdn()})))
self.assertEqual(pywbem.Uint32(0), #Satisfied
rval, msg="InvokeOnSystem method should be successful"