mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-27 17:37:17 +01:00
Move TransferComplete event to usp
This commit is contained in:
parent
140334292c
commit
aa8709d807
3 changed files with 3 additions and 5 deletions
|
|
@ -25,7 +25,6 @@ if [ -z "${1}" ]; then
|
|||
|
||||
cp -f /opt/dev/iopsys/urlfilter/files/etc/bbfdm/json/urlfilter.json /etc/bbfdm/json
|
||||
cp -f /opt/dev/iopsys/obuspa/files/etc/bbfdm/json/USPAgent.json /etc/bbfdm/json
|
||||
cp -f /opt/dev/iopsys/obuspa/files/etc/bbfdm/json/TransferComplete.json /etc/bbfdm/json
|
||||
cp -f /opt/dev/iopsys/icwmp/files/etc/bbfdm/json/CWMPManagementServer.json /etc/bbfdm/json
|
||||
cp -f /opt/dev/iopsys/ponmngr/files/etc/bbfdm/json/xpon.json /etc/bbfdm/json
|
||||
|
||||
|
|
|
|||
|
|
@ -1512,7 +1512,7 @@ static void test_api_bbfdm_valid_library_event(void **state)
|
|||
idx++;
|
||||
}
|
||||
|
||||
assert_int_equal(idx, 7);
|
||||
assert_int_equal(idx, 6);
|
||||
}
|
||||
|
||||
static void test_api_bbfdm_valid_json_event(void **state)
|
||||
|
|
@ -1559,7 +1559,7 @@ static void test_api_bbfdm_valid_json_event(void **state)
|
|||
idx++;
|
||||
}
|
||||
|
||||
assert_int_equal(idx, 7);
|
||||
assert_int_equal(idx, 6);
|
||||
}
|
||||
|
||||
static void test_api_bbfdm_valid_json_v1_event(void **state)
|
||||
|
|
@ -1608,7 +1608,7 @@ static void test_api_bbfdm_valid_json_v1_event(void **state)
|
|||
idx++;
|
||||
}
|
||||
|
||||
assert_int_equal(idx, 7);
|
||||
assert_int_equal(idx, 6);
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@
|
|||
"dm_files": [
|
||||
"urlfilter/files/etc/bbfdm/json/urlfilter.json",
|
||||
"obuspa/files/etc/bbfdm/json/USPAgent.json",
|
||||
"obuspa/files/etc/bbfdm/json/TransferComplete.json",
|
||||
"icwmp/files/etc/bbfdm/json/CWMPManagementServer.json",
|
||||
"ponmngr/files/etc/bbfdm/json/xpon.json"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue