build: add new .ns3rc message and table asserts/logs setting status

This commit is contained in:
Gabriel Ferreira
2023-01-22 12:15:21 -03:00
committed by Eduardo Almeida
parent af86afe102
commit edafe76036
2 changed files with 12 additions and 2 deletions

View File

@@ -1173,7 +1173,7 @@ class NS3ConfigureTestCase(NS3BaseTestCase):
"""
return_code, stdout, stderr = run_ns3("show config")
self.assertEqual(return_code, 0)
self.assertIn("Summary of optional ns-3 features", stdout)
self.assertIn("Summary of ns-3 settings", stdout)
def test_11_CheckProfile(self):
"""!