Skip to content

Commit

Permalink
Bats functionality added
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaoc000 committed Apr 26, 2019
1 parent acb3452 commit 8ba2938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-runner/tests/smoke/agent-smoke-tests.bats
Expand Up @@ -10,7 +10,7 @@ PREFIX_CMD="docker exec ${CONTAINER_ID}"

@test "iofog-agent network_interface" {
result="$(${PREFIX_CMD} nano /etc/iofog-agent/config.xml | grep '<network_interface>dynamic</network_interface>' )"
[[ "${result}"== *'dynamic'* ]]
[[ "${result}" == *'dynamic'* ]]
}

@test "iofog-agent version" {
Expand Down

0 comments on commit 8ba2938

Please sign in to comment.