urbit/pkg/arvo/tests/app/acme.hoon

54 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-11-03 08:03:03 +03:00
/+ *test
::
/= app /: /===/app/acme
/!noun/
::
|%
:: tests that acme preps without moves
::
++ test-prep
=^ moves app (~(prep app *bowl:gall *acme:app) ~)
%+ expect-eq
!> &
!> ?=([[bone %serve *] ~] moves)
2018-11-03 08:03:03 +03:00
:: tests that acme inits on first order
::
++ test-first-order
=/ dom=(set turf) (sy /org/urbit/zod ~)
=^ moves app (~(poke-acme-order app *bowl:gall *acme:app) dom)
2019-01-14 23:32:07 +03:00
=/ msg 'requesting an https certificate for zod.urbit.org'
2018-11-03 08:03:03 +03:00
;: weld
%+ expect-eq
2019-01-14 23:32:07 +03:00
!> :~ =- [ost.bow.app [%poke / -]]
=- [[~zod %hall] %hall-action %phrase (sy [~zod %inbox] ~) -]
~[[%app %$ [%lin & msg]]]
[ost.bow.app %wait /acme/try/1/directory +(now.bow.app)]
2018-11-07 20:45:00 +03:00
==
2018-11-03 08:03:03 +03:00
!> moves
::
%+ expect-eq
!> [~ dom]
!> ?~(next-order.app ~ (some ~(key by dom.u.next-order.app)))
2018-11-03 08:03:03 +03:00
::
%+ expect-eq
!> &
!> !=(*key:rsa:app key.act.app)
::
%+ expect-eq
!> &
!> !=(*key:rsa:app cey.app)
==
:: tests that acme requests service directory on %wake
::
++ test-first-order-wake
2019-01-14 23:32:07 +03:00
=^ moves app (~(wake app *bowl:gall *acme:app) /acme/try/1/directory ~)
2018-11-03 08:03:03 +03:00
%+ expect-eq
!> :~ :* ost.bow.app
%request
/acme/try/2/directory
[%'GET' (crip (en-purl:html directory-base:app)) ~ ~]
*outbound-config:iris
== ==
2018-11-03 08:03:03 +03:00
!> moves
--