mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-20 15:30:39 +02:00
tests: replace "policy" with "linking"
This commit is contained in:
parent
0dcd28e50f
commit
d4f3e2bdca
18 changed files with 18 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
-- Tests linking of streams and non default devices. These devices nodes are
|
||||
-- neither defined nor default.
|
||||
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
-- Tests linking of streams and non default devices. These devices nodes are
|
||||
-- neither defined nor default.
|
||||
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
-- Tests linking of streams and default devices. Two device nodes are setup,
|
||||
-- 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")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
-- Tests linking of streams and default devices. Two device nodes are setup,
|
||||
-- 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")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(target.object).
|
||||
|
||||
-- The target.object here is a string
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(target.object).
|
||||
|
||||
-- The target.object here is a int
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(target.object).
|
||||
|
||||
-- The target.object here is a node name
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(target.object).
|
||||
|
||||
-- The target.object here is a node name
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(target.object).
|
||||
|
||||
-- The target.object here is a string
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(target.object).
|
||||
|
||||
-- The target.object here is a node name
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(using "node.target" property).
|
||||
|
||||
-- The "node.target" here is a string
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device(using "node.target" property).
|
||||
|
||||
-- The "node.target" here is a string
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device("target.node").
|
||||
|
||||
-- The "target.node" here is defined in default metadata.
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device("target.node").
|
||||
|
||||
-- The "target.node" here is defined in default metadata.
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device("target.object").
|
||||
|
||||
-- The "target.object" here is defined in default metadata.
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- among which only one is selected as the defined device("target.object").
|
||||
|
||||
-- The "target.object" here is defined in default metadata.
|
||||
local pu = require ("policy-utils")
|
||||
local pu = require ("linking-utils")
|
||||
local tu = require ("test-utils")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- update defined device in both the node properties and in metadata.
|
||||
|
||||
-- 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")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
-- update defined device in both the node properties and in metadata.
|
||||
|
||||
-- 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")
|
||||
|
||||
Script.async_activation = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue