We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f79eca commit b7a54c7Copy full SHA for b7a54c7
test/ln_basic_test.py
@@ -121,13 +121,6 @@ def wait_for_success():
121
122
self.wait_for_predicate(wait_for_success)
123
124
- def scenario_open_channels(self):
125
- # 2 -> 3
126
- # connecting all six ln nodes in the graph
127
- scenario_file = self.scen_dir / "test_scenarios" / "ln_init.py"
128
- self.log.info(f"Running scenario from: {scenario_file}")
129
- self.warnet(f"run {scenario_file} --source_dir={self.scen_dir} --debug")
130
-
131
def test_circuit_breaker_api(self):
132
self.log.info("Testing Circuit Breaker API with direct kubectl commands")
133
0 commit comments