Skip to content

Commit

Permalink
Merge pull request #2420 from markheger/master
Browse files Browse the repository at this point in the history
test classes for distributed tests added, #2414
  • Loading branch information
markheger committed Apr 22, 2020
2 parents 004ac90 + 5daab72 commit 8684fd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/python/topology/test2_spl_output_assignments.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,15 @@ def test_attributes_category_params_resource_tags(self):
tester.contents(fs0, [{'seq':0, 'category':'category', 'params':True, 'resource_tags':42, 'extension':'extension_attr_val'},
{'seq':2, 'category':'category', 'params':True, 'resource_tags':42, 'extension':'extension_attr_val'}], ordered=True)
tester.test(self.test_ctxtype, self.test_config)


class TestDistributedSplOutAttrAssignmentEqProperties(TestSplOutAttrAssignmentEqProperties):
def setUp(self):
Tester.setup_distributed(self)
self.test_config[ConfigParams.SSL_VERIFY] = False

class TestSasSplOutAttrAssignmentEqProperties(TestSplOutAttrAssignmentEqProperties):
def setUp(self):
Tester.setup_streaming_analytics(self, force_remote_build=True)


0 comments on commit 8684fd1

Please sign in to comment.