[github-actions] run Thread 1.1 cert tests for 1.2 build (#5547)

This commit runs Thread 1.1 certification tests with packet
verification for 1.2 build because Thread 1.2 certified devices are
supposed to be able to pass Thread 1.1 certification first.

Note: changes to test TOPOLOGY:
- Original: nodes use version=1.1 by default
- Now: nodes use version according to ENV, except explicitly specified
This commit is contained in:
Simon Lin
2020-09-24 19:13:30 -07:00
committed by GitHub
parent 83072bb012
commit 2daa097bb4
5 changed files with 61 additions and 8 deletions
+2 -1
View File
@@ -110,7 +110,8 @@ VIRTUAL_TIME = int(os.getenv('VIRTUAL_TIME', 0))
LEADER_NOTIFY_SED_BY_CHILD_UPDATE_REQUEST = True
PROTOCOL_VERSION = 2
THREAD_VERSION_1_1 = 2
THREAD_VERSION_1_2 = 3
def create_default_network_data_prefix_sub_tlvs_factories():