aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-02-11 14:41:05 +0100
committerSverker Eriksson <[email protected]>2019-02-11 14:41:05 +0100
commit0699796062861bec095fda747afdcf01bc2f015e (patch)
treea333dee41b4f93a4cfe4951559a1d65ca1630e5e /lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
parent657dea63080ef1cd732e1e7694c3358072354401 (diff)
parent2b8a46f154fb411c47262eb1c439a912d1fc8fd5 (diff)
downloadotp-0699796062861bec095fda747afdcf01bc2f015e.tar.gz
otp-0699796062861bec095fda747afdcf01bc2f015e.tar.bz2
otp-0699796062861bec095fda747afdcf01bc2f015e.zip
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
index 0a374d7404..7aaf33839f 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
@@ -440,6 +440,12 @@ edit_config(Config) ->
?ok = ct_netconfc:edit_config(Client,running,
{server,[{xmlns,"myns"}],
[{name,["myserver"]}]}),
+ ?NS:expect_reply('edit-config',ok),
+ ?ok = ct_netconfc:edit_config(Client,running,
+ [{server,[{xmlns,"myns"}],
+ [{name,["server1"]}]},
+ {server,[{xmlns,"myns"}],
+ [{name,["server2"]}]}]),
?NS:expect_do_reply('close-session',close,ok),
?ok = ct_netconfc:close_session(Client),
ok.