def test_06_check_group_attribute_changed_in_nss(self):
     """updates: Check group attribute is updated in nss"""
     group, result = self.computer.vastool.nss.getgrnam(updates.group)
     self.assertTrue(result, "Did not get a passing return code for list group")
     group = parse_group(group)
     self.assertEqual(group["gid"], "5150311", "gid not updated in nss.")