diff options
author | Patrik Hrnciar <phrnciar@cisco.com> | 2016-10-12 14:01:16 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-10-31 15:52:39 +0100 |
commit | b23edf1a86f82e7b9e45b70c55f0119143f97dd5 (patch) | |
tree | eded0e62ee918b17be27b54086e635ca715f1318 /resources/templates/vat/ipsec | |
parent | 8dd0dadbcbe033e8fd8296a8ac6c7a370af10492 (diff) |
CSIT-385 CSIT-386 IPv4/IPv6 IPsec tests
- encryption/integrity key update tests
Change-Id: Iddbe35e2f421b5048e60663bff2b0bf1968a9782
Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/templates/vat/ipsec')
-rw-r--r-- | resources/templates/vat/ipsec/ipsec_sa_set_key.vat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/templates/vat/ipsec/ipsec_sa_set_key.vat b/resources/templates/vat/ipsec/ipsec_sa_set_key.vat new file mode 100644 index 0000000000..96d570ef93 --- /dev/null +++ b/resources/templates/vat/ipsec/ipsec_sa_set_key.vat @@ -0,0 +1 @@ +ipsec_sa_set_key sa_id {sa_id} crypto_key {ckey} integ_key {ikey}
\ No newline at end of file |