<p>Kevin Harwell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7874">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">test_case.py: Conflict dependencies not being processed<br><br>When the testsuite installs config files it checks the 'conflicts.txt' file and<br>makes sure any conflicting modules do not load together. This feature was no<br>longer being used due to a wrongly passed in parameter to the install_configs<br>method. Instead of passing in the dependency list it passed in the config<br>object itself.<br><br>This patch makes it so the dependencies are once again passed into the method.<br><br>Change-Id: Icdac9a9b91d6c2a682f9e2124296fdcfbe3b96a0<br>---<br>M lib/python/asterisk/test_case.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/74/7874/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/lib/python/asterisk/test_case.py b/lib/python/asterisk/test_case.py<br>index ec5e09d..1ef360e 100644<br>--- a/lib/python/asterisk/test_case.py<br>+++ b/lib/python/asterisk/test_case.py<br>@@ -301,7 +301,7 @@<br>                 # Copy test specific config files<br>                 self.ast[i].install_configs("%s/configs/ast%d" %<br>                                             (self.test_name, local_num),<br>-                                            self.test_config)<br>+                                            self.test_config.get_deps())<br> <br>     def create_ami_factory(self, count=1, username="user", secret="mysecret",<br>                            port=5038):<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7874">change 7874</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7874"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Icdac9a9b91d6c2a682f9e2124296fdcfbe3b96a0 </div>
<div style="display:none"> Gerrit-Change-Number: 7874 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>