mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-11-02 21:13:46 +00:00
Verify that skipping used IDs works for: - PFCP UP-SEID - GTP local TEID - chain_id for nft rulesets -- so far expected to fail, fix follows in I139b46de0bd15185a7a06109d55f7c759755ec81. Related: OS#5900 Change-Id: I36acff15f22d23ade4d281c2af3eb117dfc10359
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
AT_INIT
|
|
AT_BANNER([Regression tests.])
|
|
|
|
AT_SETUP([unique_ids_test])
|
|
AT_KEYWORDS([unique_ids_test])
|
|
cat $abs_srcdir/unique_ids/unique_ids_test.ok > expout
|
|
cat $abs_srcdir/unique_ids/unique_ids_test.err > experr
|
|
AT_CHECK([$abs_top_builddir/tests/unique_ids/unique_ids_test], [], [expout], [experr])
|
|
AT_CLEANUP
|