tests: replace "policy" with "linking"
This commit is contained in:

committed by
George Kiagiadakis

parent
0dcd28e50f
commit
d4f3e2bdca
@@ -1,7 +1,7 @@
|
|||||||
-- Tests linking of streams and non default devices. These devices nodes are
|
-- Tests linking of streams and non default devices. These devices nodes are
|
||||||
-- neither defined nor default.
|
-- neither defined nor default.
|
||||||
|
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
-- Tests linking of streams and non default devices. These devices nodes are
|
-- Tests linking of streams and non default devices. These devices nodes are
|
||||||
-- neither defined nor default.
|
-- neither defined nor default.
|
||||||
|
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
-- Tests linking of streams and default devices. Two device nodes are setup,
|
-- Tests linking of streams and default devices. Two device nodes are setup,
|
||||||
-- among which only one is selected as default device node.
|
-- among which only one is selected as default device node.
|
||||||
|
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
-- Tests linking of streams and default devices. Two device nodes are setup,
|
-- Tests linking of streams and default devices. Two device nodes are setup,
|
||||||
-- among which only one is selected as default device node.
|
-- among which only one is selected as default device node.
|
||||||
|
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(target.object).
|
-- among which only one is selected as the defined device(target.object).
|
||||||
|
|
||||||
-- The target.object here is a string
|
-- The target.object here is a string
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(target.object).
|
-- among which only one is selected as the defined device(target.object).
|
||||||
|
|
||||||
-- The target.object here is a int
|
-- The target.object here is a int
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(target.object).
|
-- among which only one is selected as the defined device(target.object).
|
||||||
|
|
||||||
-- The target.object here is a node name
|
-- The target.object here is a node name
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(target.object).
|
-- among which only one is selected as the defined device(target.object).
|
||||||
|
|
||||||
-- The target.object here is a node name
|
-- The target.object here is a node name
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(target.object).
|
-- among which only one is selected as the defined device(target.object).
|
||||||
|
|
||||||
-- The target.object here is a string
|
-- The target.object here is a string
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(target.object).
|
-- among which only one is selected as the defined device(target.object).
|
||||||
|
|
||||||
-- The target.object here is a node name
|
-- The target.object here is a node name
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(using "node.target" property).
|
-- among which only one is selected as the defined device(using "node.target" property).
|
||||||
|
|
||||||
-- The "node.target" here is a string
|
-- The "node.target" here is a string
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device(using "node.target" property).
|
-- among which only one is selected as the defined device(using "node.target" property).
|
||||||
|
|
||||||
-- The "node.target" here is a string
|
-- The "node.target" here is a string
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device("target.node").
|
-- among which only one is selected as the defined device("target.node").
|
||||||
|
|
||||||
-- The "target.node" here is defined in default metadata.
|
-- The "target.node" here is defined in default metadata.
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device("target.node").
|
-- among which only one is selected as the defined device("target.node").
|
||||||
|
|
||||||
-- The "target.node" here is defined in default metadata.
|
-- The "target.node" here is defined in default metadata.
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device("target.object").
|
-- among which only one is selected as the defined device("target.object").
|
||||||
|
|
||||||
-- The "target.object" here is defined in default metadata.
|
-- The "target.object" here is defined in default metadata.
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- among which only one is selected as the defined device("target.object").
|
-- among which only one is selected as the defined device("target.object").
|
||||||
|
|
||||||
-- The "target.object" here is defined in default metadata.
|
-- The "target.object" here is defined in default metadata.
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- update defined device in both the node properties and in metadata.
|
-- update defined device in both the node properties and in metadata.
|
||||||
|
|
||||||
-- The device in metadata takes priority over the one in node properties.
|
-- The device in metadata takes priority over the one in node properties.
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
-- update defined device in both the node properties and in metadata.
|
-- update defined device in both the node properties and in metadata.
|
||||||
|
|
||||||
-- The device in metadata takes priority over the one in node properties.
|
-- The device in metadata takes priority over the one in node properties.
|
||||||
local pu = require ("policy-utils")
|
local pu = require ("linking-utils")
|
||||||
local tu = require ("test-utils")
|
local tu = require ("test-utils")
|
||||||
|
|
||||||
Script.async_activation = true
|
Script.async_activation = true
|
||||||
|
Reference in New Issue
Block a user