diff options
author | Dan Gudmundsson <[email protected]> | 2015-05-05 13:44:59 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-05-05 13:44:59 +0200 |
commit | e69da3532dfeceb2005dece751e4e71a57de925e (patch) | |
tree | 41ce003eb7a2e24167c7e91cdd0881fb3f6e2c8d /lib/common_test/test | |
parent | ff1e0b2fe44a347670a5d72c45c061fefa6abc7f (diff) | |
download | otp-e69da3532dfeceb2005dece751e4e71a57de925e.tar.gz otp-e69da3532dfeceb2005dece751e4e71a57de925e.tar.bz2 otp-e69da3532dfeceb2005dece751e4e71a57de925e.zip |
common_test: Add user capability option to hello
Diffstat (limited to 'lib/common_test/test')
-rw-r--r-- | lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 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 a145d85b1d..2d3c1d118e 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 @@ -164,7 +164,7 @@ hello_from_server_first(Config) -> {ok,Client} = ct_netconfc:only_open(?DEFAULT_SSH_OPTS(DataDir)), ct:sleep(500), ?NS:expect(hello), - ?ok = ct_netconfc:hello(Client), + ?ok = ct_netconfc:hello(Client, [{capability, ["urn:com:ericsson:ebase:1.1.0"]}], infinity), ?NS:expect_do_reply('close-session',close,ok), ?ok = ct_netconfc:close_session(Client), ok. |