AAS HTTP Client Documentation
Loading...
Searching...
No Matches
tests.test_sdk_tools Namespace Reference

Functions

model.Submodel shared_sm ()
 
model.Submodel shared_sm_temp ()
 
model.AssetAdministrationShell shared_aas ()
 
 test_001a_add_sm_to_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm)
 
 test_001b_add_sm_to_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm)
 
 test_002a_remove_sm_from_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm_temp)
 
 test_002b_remove_sm_from_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm)
 

Variables

str SM_ID = "fluid40/sm_sdk_tools_unit_tests"
 
str SHELL_ID = "fluid40/aas_sdk_tools_unit_tests"
 

Function Documentation

◆ shared_aas()

model.AssetAdministrationShell tests.test_sdk_tools.shared_aas ( )

Definition at line 21 of file test_sdk_tools.py.

◆ shared_sm()

model.Submodel tests.test_sdk_tools.shared_sm ( )

Definition at line 11 of file test_sdk_tools.py.

◆ shared_sm_temp()

model.Submodel tests.test_sdk_tools.shared_sm_temp ( )

Definition at line 16 of file test_sdk_tools.py.

◆ test_001a_add_sm_to_shell()

tests.test_sdk_tools.test_001a_add_sm_to_shell ( model.AssetAdministrationShell  shared_aas,
model.Submodel  shared_sm 
)

Definition at line 26 of file test_sdk_tools.py.

◆ test_001b_add_sm_to_shell()

tests.test_sdk_tools.test_001b_add_sm_to_shell ( model.AssetAdministrationShell  shared_aas,
model.Submodel  shared_sm 
)

Definition at line 36 of file test_sdk_tools.py.

◆ test_002a_remove_sm_from_shell()

tests.test_sdk_tools.test_002a_remove_sm_from_shell ( model.AssetAdministrationShell  shared_aas,
model.Submodel  shared_sm_temp 
)

Definition at line 43 of file test_sdk_tools.py.

◆ test_002b_remove_sm_from_shell()

tests.test_sdk_tools.test_002b_remove_sm_from_shell ( model.AssetAdministrationShell  shared_aas,
model.Submodel  shared_sm 
)

Definition at line 50 of file test_sdk_tools.py.

Variable Documentation

◆ SHELL_ID

str tests.test_sdk_tools.SHELL_ID = "fluid40/aas_sdk_tools_unit_tests"

Definition at line 8 of file test_sdk_tools.py.

◆ SM_ID

str tests.test_sdk_tools.SM_ID = "fluid40/sm_sdk_tools_unit_tests"

Definition at line 7 of file test_sdk_tools.py.