seq  4.0.0-pre3
Functions | Variables
test_template Namespace Reference

Functions

def test_instance ()
 
def test_tpl_params ()
 

Variables

dictionary tpl_json
 

Function Documentation

◆ test_instance()

def test_template.test_instance ( )

◆ test_tpl_params()

def test_template.test_tpl_params ( )

Variable Documentation

◆ tpl_json

dictionary test_template.tpl_json
Initial value:
1 = {"templates": [
2  {
3  "templateName": "test.local.a",
4  "type": "string"
5  },
6  {
7  "templateName": "test.local.b",
8  "type": "string"
9  }
10  ]
11 }