Scramjet Transform Hub (STH) is a runtime supervisor that can run data processing programs called Sequences and manage local resources on any Linux server, Docker on small edge servers, and even large-scale Kubernetes clusters in the cloud or datacenters. It connects to Scramjet Spaces in Scramjet Cloud Platform.
Scenario: PT-004 TC-002 Checksum of binary payload
Given file in the location "data/sequences/bin-out-seq/random.bin" exists on hard drive
And host is running
When I execute CLI with "seq pack data/sequences/bin-out-seq/dist -o data/sequences/bin-out-seq.tar.gz"
When sequence "data/sequences/bin-out-seq.tar.gz" loaded
And instance started
When wait for instance healthy is "true"
And get runner PID
And confirm file checksum match output checksum
When runner has ended execution
Then host is still running
Scenario added:
to run test:
without docker: